1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

Remove a debug message "Timed out waiting ..."

from the ctdb command.

This is a debugging message and is normal tro tigger on a busy system.
It should not be logged as ERROR.

(This used to be ctdb commit 9ddf89e01f1845eec1712d75fb811240e8bb0e37)
This commit is contained in:
Ronnie Sahlberg 2010-10-13 09:21:09 +11:00
parent 0de79c12ba
commit c1612205f1

View File

@ -2331,7 +2331,6 @@ again:
return 0;
}
DEBUG(DEBUG_ERR,("Timed out waiting for recmaster ipreallocate. Trying again\n"));
retries++;
sleep(1);
goto again;