mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-15 06:06:44 -05:00
Fix warning
This commit is contained in:
parent
0fdbce25a1
commit
497dbd89d4
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user