1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

development: Removed log line in replica thread

This commit is contained in:
Ruben S. Montero 2019-02-20 20:45:40 +01:00
parent e1084aaa9c
commit 5dd2353507

View File

@ -96,11 +96,6 @@ void ReplicaThread::do_replication()
if ( pthread_cond_timedwait(&cond, &mutex, &timeout) == ETIMEDOUT )
{
if ( _pending_requests == true )
{
NebulaLog::log("RCM", Log::WARNING, "Replication timeout with pending requests");
}
_pending_requests = retry_request || _pending_requests;
}