Browse Source

错误提示等级修改

guodong 3 years ago
parent
commit
8f450cfd45
1 changed files with 1 additions and 1 deletions
  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)
             {
-                Log.Error(e.ToString());
+                Log.Warning(e.ToString());
                 return null;
             }
         }