Remove a debug message "Timed out waiting ..."
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 12 Oct 2010 22:21:09 +0000 (09:21 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Tue, 12 Oct 2010 22:23:17 +0000 (09:23 +1100)
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.

tools/ctdb.c

index 0409a40be67f1858af76118df4e18efe0dcb1e0f..6b048907ecd384a2dffe1f7134aa34024441608a 100644 (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;