From 868c939723928a1dc6ba1f0b89f501848b8db75a Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 26 四月 2019 14:55:07 +0800
Subject: [PATCH] 6501 【后端】【2.0】仙盟任务(新增接口)

---
 ServerPython/CoreServerGroup/GameServer/Script/NetPackCommon.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/NetPackCommon.py b/ServerPython/CoreServerGroup/GameServer/Script/NetPackCommon.py
index 214aff0..726429d 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/NetPackCommon.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/NetPackCommon.py
@@ -302,7 +302,8 @@
 def Recv_MergerChildToCenter(index, tick):
     try:
         packData = IPY_GameServer.IPY_MGMergerChildToCenter().GetData()
-        Log("收到跨服子服自定义封包消息:\r\n%s" % packData)
+        # 不要输出具体封包内容,可能会因为内容导致日志输出报错
+        Log("收到跨服子服自定义封包消息:长度=%s" % len(packData))
         #以下添加后续处理函数
         #...
         #...

--
Gitblit v1.8.0