浏览代码

PacksForClient.h info->trace verbose log

Mircea TheHonestCTO 4 月之前
父节点
当前提交
ac6b9da68b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/networkPacks/PacksForClient.h

+ 1 - 1
lib/networkPacks/PacksForClient.h

@@ -686,7 +686,7 @@ struct DLL_LINKAGE TryMoveHero : public CPackForClient
 		for (const auto & tile : fowRevealed)
 			fow += tile.toString() + ", ";
 
-		logGlobal->info("OI %d, mp %d, res %d, start %s, end %s, attack %s, fow %s", id.getNum(), movePoints, static_cast<int>(result), start.toString(), end.toString(), attackedFrom.toString(), fow);
+		logGlobal->trace("OI %d, mp %d, res %d, start %s, end %s, attack %s, fow %s", id.getNum(), movePoints, static_cast<int>(result), start.toString(), end.toString(), attackedFrom.toString(), fow);
 	}
 };