From 21a37c61e717908a25a017ce63d7d21b94e5f17a Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 17 九月 2018 15:09:16 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/DataToCtl/PackageRegedit.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Core/GameEngine/DataToCtl/PackageRegedit.cs b/Core/GameEngine/DataToCtl/PackageRegedit.cs
index fef4fc3..08309a8 100644
--- a/Core/GameEngine/DataToCtl/PackageRegedit.cs
+++ b/Core/GameEngine/DataToCtl/PackageRegedit.cs
@@ -458,7 +458,7 @@
{
#if UNITY_EDITOR
NetPkgCtl.AddNetPkg(vStr, NetPkgType.Server, string.Empty, string.Empty, null);
- DebugEx.LogErrorFormat("C#灞傛敹鍒版湭鐧昏鐨勮В鍖呭崗璁細{0},{1}", vCmdBytes[0].ToString("x2"), vCmdBytes[1].ToString("x2"));
+ DebugEx.LogFormat("C#灞傛敹鍒版湭鐧昏鐨勮В鍖呭崗璁細{0},{1}", vCmdBytes[0].ToString("x2"), vCmdBytes[1].ToString("x2"));
#endif
}
return null;
@@ -481,7 +481,7 @@
}
else
{
- DebugEx.LogError("鏀跺埌鏈畾涔夌殑瑙e寘鍗忚锛�" + vBytes[0].ToString("x2").ToUpper() + "," + vBytes[1].ToString("x2").ToUpper());
+ DebugEx.Log("鏀跺埌鏈畾涔夌殑瑙e寘鍗忚锛�" + vBytes[0].ToString("x2").ToUpper() + "," + vBytes[1].ToString("x2").ToUpper());
}
return vNetPackInst;
}
--
Gitblit v1.8.0