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

Nullkiller: remove PRI* print macroses

This commit is contained in:
Andrii Danylchenko
2021-05-16 13:51:32 +03:00
committed by Andrii Danylchenko
parent 682707e4f1
commit 2798dcd6c5
4 changed files with 6 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ Goals::TGoalVec CaptureObjectsBehavior::getTasks()
std::shared_ptr<ExecuteHeroChain> closestWay;
#ifdef VCMI_TRACE_PATHFINDER
logAi->trace("Found %" PRId32 "paths", paths.size());
logAi->trace("Found %d paths", paths.size());
#endif
for(auto & path : paths)
@@ -82,7 +82,7 @@ Goals::TGoalVec CaptureObjectsBehavior::getTasks()
#ifdef VCMI_TRACE_PATHFINDER
logAi->trace(
"It is %s to visit %s by %s with army %" PRId64 ", danger %" PRId64 " and army loss %" PRId64,
"It is %s to visit %s by %s with army %lld, danger %lld and army loss %lld",
isSafe ? "safe" : "not safe",
objToVisit->instanceName,
hero->name,