mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
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…
x
Reference in New Issue
Block a user