mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 23:54:07 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger::Write(LogInformation, "replication", "Received object from source: " + source);
|
Logger::Write(LogDebug, "replication", "Received object from source: " + source);
|
||||||
|
|
||||||
object->SetSource(source);
|
object->SetSource(source);
|
||||||
object->Register();
|
object->Register();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user