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