From 497dbd89d4bb4551174378a50cca2d757b78b4e1 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 10 Jul 2021 00:26:25 +0200 Subject: [PATCH] Fix warning --- src/macro.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macro.cpp b/src/macro.cpp index ba37b2e8..52e3d97f 100644 --- a/src/macro.cpp +++ b/src/macro.cpp @@ -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()); }