mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
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
|
#ifdef I2_DEBUG
|
||||||
Log(LogDebug, "ConfigItem")
|
Log(LogDebug, "ConfigItem")
|
||||||
<< "Activating object '" << object->GetName() << "' of type '"
|
<< "Activating object '" << object->GetName() << "' of type '"
|
||||||
<< objectType->GetName() << "' with priority '"
|
<< objectType->GetName() << "' with priority "
|
||||||
<< objectType->GetActivationPriority();
|
<< objectType->GetActivationPriority();
|
||||||
#endif /* I2_DEBUG */
|
#endif /* I2_DEBUG */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user