Changed log level for debug message.

This commit is contained in:
Gunnar Beutner 2012-10-15 18:25:56 +02:00
parent ebe4a21dd5
commit 677d8e00bf
1 changed files with 1 additions and 1 deletions

View File

@ -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();