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