mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue