mirror of https://github.com/Icinga/icinga2.git
Fix debug build log entry for ConfigItem activation priority
This is not visible in release builds, minor fix.
This commit is contained in:
parent
7593d15e95
commit
fc2da5047c
|
@ -625,7 +625,7 @@ bool ConfigItem::ActivateItems(WorkQueue& upq, const std::vector<ConfigItem::Ptr
|
|||
#ifdef I2_DEBUG
|
||||
Log(LogDebug, "ConfigItem")
|
||||
<< "Activating object '" << object->GetName() << "' of type '"
|
||||
<< objectType->GetName() << "' with priority '"
|
||||
<< objectType->GetName() << "' with priority "
|
||||
<< objectType->GetActivationPriority();
|
||||
#endif /* I2_DEBUG */
|
||||
|
||||
|
|
Loading…
Reference in New Issue