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

log adjustment

This commit is contained in:
Mircea TheHonestCTO
2025-09-07 17:09:45 +02:00
parent 6f33bfe302
commit 162e3dbd39

View File

@@ -654,7 +654,7 @@ bool Nullkiller::handleTrading()
TResources freeAfterMissingTotal = buildAnalyzer->getFreeResourcesAfterMissingTotal(ARMY_GOLD_RATIO_PER_MAKE_TURN_PASS); TResources freeAfterMissingTotal = buildAnalyzer->getFreeResourcesAfterMissingTotal(ARMY_GOLD_RATIO_PER_MAKE_TURN_PASS);
#if NK2AI_TRACE_LEVEL >= 2 #if NK2AI_TRACE_LEVEL >= 2
logAi->info("Nullkiller::handleTrading Free %s. FreeAfterMissingTotal %s. Required %s", getFreeResources().toString(), freeAfterMissingTotal.toString(), missingNow.toString()); logAi->info("Nullkiller::handleTrading Free %s. FreeAfterMissingTotal %s. MissingNow %s", getFreeResources().toString(), freeAfterMissingTotal.toString(), missingNow.toString());
#endif #endif
constexpr int EMPTY = -1; constexpr int EMPTY = -1;