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:
parent
e1084aaa9c
commit
5dd2353507
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user