From 0188c426feb3b386cab72a1d289efadcd57ab463 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 16 Sep 2013 12:27:25 +0200 Subject: [PATCH] Change log level for a debug message. --- components/cluster/clustercomponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cluster/clustercomponent.cpp b/components/cluster/clustercomponent.cpp index 1a15f979a..642be1bce 100644 --- a/components/cluster/clustercomponent.cpp +++ b/components/cluster/clustercomponent.cpp @@ -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()) { -- 2.40.0