From ac6b9da68b35d7855245cb5203dcc9d91d7de99b Mon Sep 17 00:00:00 2001 From: Mircea TheHonestCTO Date: Sun, 17 Aug 2025 16:31:42 +0200 Subject: [PATCH] PacksForClient.h info->trace verbose log --- lib/networkPacks/PacksForClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/networkPacks/PacksForClient.h b/lib/networkPacks/PacksForClient.h index 0a6bf1051..d2d0740fa 100644 --- a/lib/networkPacks/PacksForClient.h +++ b/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(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(result), start.toString(), end.toString(), attackedFrom.toString(), fow); } };