From 99a3f198578f79b48bca1821554fb4b76270cd27 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 14 八月 2018 16:56:13 +0800
Subject: [PATCH] 2541 优化日志工具和bugly工具
---
System/MainInterfacePanel/DialogueDuidanceWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/System/MainInterfacePanel/DialogueDuidanceWin.cs b/System/MainInterfacePanel/DialogueDuidanceWin.cs
index b322e93..e50dd66 100644
--- a/System/MainInterfacePanel/DialogueDuidanceWin.cs
+++ b/System/MainInterfacePanel/DialogueDuidanceWin.cs
@@ -265,7 +265,7 @@
}
else
{
- DesignDebug.LogError("TaskInFo涓病鏈夎繖涓狵ey銆傘��" + string.Format(platercContentKey, stepNum));
+ DebugEx.LogError("TaskInFo涓病鏈夎繖涓狵ey銆傘��" + string.Format(platercContentKey, stepNum));
}
}
@@ -288,7 +288,7 @@
var taskInfo = ConfigManager.Instance.GetTemplate<TASKINFOConfig>(string.Format(npcContentKey, stepNum));
if (taskInfo == null)
{
- DesignDebug.LogError("TASKINFOConfig涓病鏈夋壘鍒板搴旂殑Key");
+ DebugEx.LogError("TASKINFOConfig涓病鏈夋壘鍒板搴旂殑Key");
}
else
{
--
Gitblit v1.8.0