summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronniesahlberg@gmail.com>2009-08-17 10:56:12 +1000
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2009-08-17 10:56:12 +1000
commitef9db0efc3c499bdbdc13a534c7d2a90ffb3adbd (patch)
tree9d5c7019e838f552b28d62b63f95b0e31d3a7b6c
parent486bdd8ca17d68cfe8508f4df4ed27a6a68c1847 (diff)
downloadsamba-ef9db0efc3c499bdbdc13a534c7d2a90ffb3adbd.tar.gz
samba-ef9db0efc3c499bdbdc13a534c7d2a90ffb3adbd.tar.xz
samba-ef9db0efc3c499bdbdc13a534c7d2a90ffb3adbd.zip
reduce the loglevel for the message that we switch to a different recmaster while waiting for ipreallocate to finish
(This used to be ctdb commit e5b25e1386294b1f800c32fb01c69c3c3ce85c26)
-rw-r--r--ctdb/tools/ctdb.c2
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;