From fc2da5047c1702e902ff1d3f0007f879119876dc Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 19 Jul 2018 12:53:28 +0200 Subject: [PATCH] Fix debug build log entry for ConfigItem activation priority This is not visible in release builds, minor fix. --- lib/config/configitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config/configitem.cpp b/lib/config/configitem.cpp index c790f8794..4e4eacc29 100644 --- a/lib/config/configitem.cpp +++ b/lib/config/configitem.cpp @@ -625,7 +625,7 @@ bool ConfigItem::ActivateItems(WorkQueue& upq, const std::vectorGetName() << "' of type '" - << objectType->GetName() << "' with priority '" + << objectType->GetName() << "' with priority " << objectType->GetActivationPriority(); #endif /* I2_DEBUG */ -- 2.40.0