From: Gunnar Beutner Date: Mon, 15 Oct 2012 16:25:56 +0000 (+0200) Subject: Changed log level for debug message. X-Git-Tag: v0.0.1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=677d8e00bf05c11e2058c00f1b39ff64fddc5550;p=icinga2 Changed log level for debug message. --- diff --git a/components/replication/replicationcomponent.cpp b/components/replication/replicationcomponent.cpp index 29c00cee0..06ca0c8a1 100644 --- a/components/replication/replicationcomponent.cpp +++ b/components/replication/replicationcomponent.cpp @@ -203,7 +203,7 @@ void ReplicationComponent::RemoteObjectUpdateHandler(const Endpoint::Ptr& sender return; } - Logger::Write(LogInformation, "replication", "Received object from source: " + source); + Logger::Write(LogDebug, "replication", "Received object from source: " + source); object->SetSource(source); object->Register();