mirror of https://github.com/Icinga/icinga2.git
Changed log level for debug message.
This commit is contained in:
parent
ebe4a21dd5
commit
677d8e00bf
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue