mirror of https://github.com/Icinga/icinga2.git
parent
807d0a47e6
commit
9452bc7095
|
@ -315,7 +315,8 @@ bool ConfigItem::ActivateItems(bool validateOnly)
|
|||
|
||||
/* log stats for external parsers */
|
||||
BOOST_FOREACH(const DynamicType::Ptr& type, DynamicType::GetTypes()) {
|
||||
Log(LogInformation, "config", "Checked " + Convert::ToString(type->GetObjects().size()) + " " + type->GetName() + "(s).");
|
||||
if (type->GetObjects().size() > 0)
|
||||
Log(LogInformation, "config", "Checked " + Convert::ToString(type->GetObjects().size()) + " " + type->GetName() + "(s).");
|
||||
}
|
||||
|
||||
if (ConfigCompilerContext::GetInstance()->HasErrors())
|
||||
|
|
Loading…
Reference in New Issue