ctdb-recoverd: Don't say "Election timed out"
authorMartin Schwenke <martin@meltin.net>
Fri, 20 Jun 2014 03:36:25 +0000 (13:36 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 7 Jul 2014 08:59:56 +0000 (10:59 +0200)
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>
ctdb/server/ctdb_recoverd.c

index 1ef8e095e439c29639573841c1200751d3deb057..f553f67715e72ae7d819411bd2bc46732a1f5be5 100644 (file)
@@ -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"));
 }