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/CardLevelTaskButton.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/CardLevelTaskButton.cs b/System/MainInterfacePanel/CardLevelTaskButton.cs
index 9c268c0..01b5ade 100644
--- a/System/MainInterfacePanel/CardLevelTaskButton.cs
+++ b/System/MainInterfacePanel/CardLevelTaskButton.cs
@@ -87,7 +87,7 @@
var config = ConfigManager.Instance.GetTemplate<TASKINFOConfig>(_AllMissionDict[taskID].InforList);
if (config == null)
{
- DesignDebug.LogError("閰嶇疆琛ㄦ牸鍑洪敊");
+ DebugEx.LogError("閰嶇疆琛ㄦ牸鍑洪敊");
}
for (int i = 0; i < MainlineTaskType.Length; i++)
{
--
Gitblit v1.8.0