From c1612205f12cffa4a2a29ae48f2dd952e631fecb Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 13 Oct 2010 09:21:09 +1100 Subject: [PATCH] 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) --- ctdb/tools/ctdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 0409a40be67..6b048907ecd 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/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;