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