mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6458 from Icinga/bugfix/configitem-debug-log
Fix debug build log entry for ConfigItem activation priority
This commit is contained in:
commit
45a0518c78
|
@ -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