guodong 3 лет назад
Родитель
Сommit
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;
             }
         }