From: Michael Adam Date: Tue, 31 May 2016 22:43:38 +0000 (+0200) Subject: ctdb:banning: timedout->timed out in dbg messages in ctdb_ban_node_event() X-Git-Tag: tdb-1.3.10~1033 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b360c72eafa2df0726f966541668ca93f515271f;p=thirdparty%2Fsamba.git ctdb:banning: timedout->timed out in dbg messages in ctdb_ban_node_event() Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- diff --git a/ctdb/server/ctdb_banning.c b/ctdb/server/ctdb_banning.c index 56d3b290a93..a4c56f502a8 100644 --- a/ctdb/server/ctdb_banning.c +++ b/ctdb/server/ctdb_banning.c @@ -42,12 +42,12 @@ static void ctdb_ban_node_event(struct tevent_context *ev, /* Make sure we were able to freeze databases during banning */ if (!ctdb_db_all_frozen(ctdb)) { - DEBUG(DEBUG_ERR, ("Banning timedout, but still unable to freeze databases\n")); + DEBUG(DEBUG_ERR, ("Banning timed out, but still unable to freeze databases\n")); ctdb_ban_self(ctdb); return; } - DEBUG(DEBUG_ERR,("Banning timedout\n")); + DEBUG(DEBUG_ERR,("Banning timed out\n")); ctdb->nodes[ctdb->pnn]->flags &= ~NODE_FLAGS_BANNED; if (ctdb->banning_ctx != NULL) {