Fix warning

This commit is contained in:
WarmUpTill 2021-07-10 00:26:25 +02:00 committed by WarmUpTill
parent 0fdbce25a1
commit 497dbd89d4

View File

@ -42,7 +42,7 @@ bool Macro::CeckMatch()
endTime - startTime);
if (ms.count() >= perfLogThreshold) {
blog(LOG_WARNING,
"spent %d ms in %s condition check of macro '%s'!",
"spent %ld ms in %s condition check of macro '%s'!",
ms.count(), c->GetId().c_str(), Name().c_str());
}