Browse Source

修改日志级别

guodong 2 years ago
parent
commit
3ad6f4fdca
1 changed files with 1 additions and 1 deletions
  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])