浏览代码

错误提示等级修改

guodong 3 年之前
父节点
当前提交
8f450cfd45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/ServerProxy/MessageHelper.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/MessageHelper.cs

@@ -23,7 +23,7 @@ namespace GFGGame
             }
             }
             catch (Exception e)
             catch (Exception e)
             {
             {
-                Log.Error(e.ToString());
+                Log.Warning(e.ToString());
                 return null;
                 return null;
             }
             }
         }
         }