mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user