From: Ronnie Sahlberg Date: Tue, 12 Oct 2010 22:21:09 +0000 (+1100) Subject: Remove a debug message "Timed out waiting ..." X-Git-Url: http://git.samba.org/?p=metze%2Fctdb%2Fwip.git;a=commitdiff_plain;h=9ddf89e01f1845eec1712d75fb811240e8bb0e37 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. --- diff --git a/tools/ctdb.c b/tools/ctdb.c index 0409a40b..6b048907 100644 --- a/tools/ctdb.c +++ b/tools/ctdb.c @@ -2331,7 +2331,6 @@ again: return 0; } - DEBUG(DEBUG_ERR,("Timed out waiting for recmaster ipreallocate. Trying again\n")); retries++; sleep(1); goto again;