1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

PacksForClient.h info->trace verbose log

This commit is contained in:
Mircea TheHonestCTO
2025-08-17 16:31:42 +02:00
parent fe8630e019
commit ac6b9da68b

View File

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