summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"));
}