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:22:57 +0000 (09:22 +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 072e8e51fd104a0f1df4a8f9e87009010b0014db..ae14d11a6eae85c0ec3ebedbc398e5572aa4f2bd 100644 (file)
@@ -2293,7 +2293,6 @@ again:
                return 0;
        }
 
-       DEBUG(DEBUG_ERR,("Timed out waiting for recmaster ipreallocate. Trying again\n"));
        retries++;
        sleep(1);
        goto again;