diff options
Diffstat (limited to 'ctdb/tools/ctdb.c')
-rw-r--r-- | ctdb/tools/ctdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index a07959cad8..cd376c7c4f 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -1707,7 +1707,7 @@ again: event_loop_once(ctdb->ev); } - DEBUG(DEBUG_ERR,("Timed out waiting for recmaster ipreallocate. Trying again\n")); + DEBUG(DEBUG_INFO,("Timed out waiting for recmaster ipreallocate. Trying again\n")); retries++; sleep(1); goto again; |