guodong 3 жил өмнө
parent
commit
8f450cfd45

+ 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;
             }
         }