mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
parent
84fbbd5beb
commit
807d0a47e6
@ -281,7 +281,7 @@ bool ConfigItem::ActivateItems(bool validateOnly)
|
|||||||
if (ConfigCompilerContext::GetInstance()->HasErrors())
|
if (ConfigCompilerContext::GetInstance()->HasErrors())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
Log(LogInformation, "config", "Comitting config items");
|
Log(LogInformation, "config", "Committing config items");
|
||||||
|
|
||||||
BOOST_FOREACH(const ItemMap::value_type& kv, m_Items) {
|
BOOST_FOREACH(const ItemMap::value_type& kv, m_Items) {
|
||||||
upq.Enqueue(boost::bind(&ConfigItem::Commit, kv.second));
|
upq.Enqueue(boost::bind(&ConfigItem::Commit, kv.second));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user