summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2014-06-20 13:36:25 +1000
committerAmitay Isaacs <amitay@samba.org>2014-07-07 10:59:56 +0200
commita283b9e43a602b9c72065336edbe8ad7c2499117 (patch)
tree682d3ea40e28bb907da51bebfd5f1a8001c7af86
parent8bdb9b85cc02f589a3b219de07f3c2ef7510d937 (diff)
downloadsamba-a283b9e43a602b9c72065336edbe8ad7c2499117.tar.gz
samba-a283b9e43a602b9c72065336edbe8ad7c2499117.tar.xz
samba-a283b9e43a602b9c72065336edbe8ad7c2499117.zip
ctdb-recoverd: Don't say "Election timed out"
That makes people think there's a problem (and report bugs) so say something a bit less scary instead... Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
-rw-r--r--ctdb/server/ctdb_recoverd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_recoverd.c b/ctdb/server/ctdb_recoverd.c
index 1ef8e095e4..f553f67715 100644
--- a/ctdb/server/ctdb_recoverd.c
+++ b/ctdb/server/ctdb_recoverd.c
@@ -1168,7 +1168,7 @@ static void ctdb_election_timeout(struct event_context *ev, struct timed_event *
rec->election_timeout = NULL;
fast_start = false;
- DEBUG(DEBUG_WARNING,(__location__ " Election timed out\n"));
+ DEBUG(DEBUG_WARNING,("Election period ended\n"));
}