]> granicus.if.org Git - icinga2/commitdiff
Change log level for a debug message.
authorGunnar Beutner <gunnar.beutner@netways.de>
Mon, 16 Sep 2013 10:27:25 +0000 (12:27 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Mon, 16 Sep 2013 10:27:25 +0000 (12:27 +0200)
components/cluster/clustercomponent.cpp

index 1a15f979ad01f67ee6af61d24b13a9a8fdf65c09..642be1bceee55868efb997be70439a368522e184 100644 (file)
@@ -1202,7 +1202,7 @@ bool ClusterComponent::IsAuthority(const DynamicObject::Ptr& object, const Strin
 
 void ClusterComponent::UpdateAuthority(void)
 {
-       Log(LogInformation, "cluster", "Updating authority for objects.");
+       Log(LogDebug, "cluster", "Updating authority for objects.");
 
        BOOST_FOREACH(const DynamicType::Ptr& type, DynamicType::GetTypes()) {
                BOOST_FOREACH(const DynamicObject::Ptr& object, type->GetObjects()) {