diff options
author | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-10-13 09:21:09 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-10-13 09:23:17 +1100 |
commit | c1612205f12cffa4a2a29ae48f2dd952e631fecb (patch) | |
tree | 20f107c0c001b38fbd0b7eabc37d80fd82830618 | |
parent | 0de79c12ba6df7ae2f73acc50584b5d054d1005a (diff) | |
download | samba-c1612205f12cffa4a2a29ae48f2dd952e631fecb.tar.gz samba-c1612205f12cffa4a2a29ae48f2dd952e631fecb.tar.xz samba-c1612205f12cffa4a2a29ae48f2dd952e631fecb.zip |
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)
-rw-r--r-- | ctdb/tools/ctdb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index 0409a40be6..6b048907ec 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; |