소스 검색

错误提示等级修改

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)
             {
-                Log.Error(e.ToString());
+                Log.Warning(e.ToString());
                 return null;
             }
         }