hxp
昨天 9d5ec7599f3abe0cebb76ce1df3c3b8c4e0aa51e
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/LogicProcess/UserCtrlDB.py
@@ -943,7 +943,11 @@
            NetPackCommon.RecCrossServerNetPack(recvPack.Data)
        except:
            msg = error.formatMsg('error', error.ERROR_NO_172, "LogicProcessThread::OnCrossServerToServerPack Catch a unexpetcted exception, error = %s"%traceback.format_exc())
            mylog.error(msg)
            if GameWorld.GetGameWorld().GetDebugLevel():
                # debug下让其抛出异常报错,方便测试时发现排查问题
                raise Exception(msg)
            else:
                mylog.error(msg)