Explorar el Código

修改日志级别

guodong hace 2 años
padre
commit
3ad6f4fdca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/ScoreSystemData.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/ScoreSystemData.cs

@@ -72,7 +72,7 @@ namespace GFGGame
                         ItemCfg itemCfg = ItemCfgArray.Instance.GetCfg(itemId);
                         if(itemCfg == null)
                         {
-                            Log.Error($"id为 {itemId} 的物品没有配置,请查找原因!");
+                            Log.Warning($"id为 {itemId} 的物品没有配置,请查找原因!");
                             continue;
                         }
                         if (itemCfg.subType == cfg.subTypesArr[k])