From: Michael Adam Date: Tue, 31 May 2016 22:53:54 +0000 (+0200) Subject: ctdb:banning: Improve a debug message X-Git-Tag: tdb-1.3.10~1024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=57cb011a0a1815aa29f65116d75c78080bb135dc;p=thirdparty%2Fsamba.git ctdb:banning: Improve a debug message This adapts the debug message in local_node_got_banned to reflect what the function is currently doing. This message was not adapted when the function was changed. Signed-off-by: Michael Adam Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/server/ctdb_banning.c b/ctdb/server/ctdb_banning.c index a4c56f502a8..5b08b47ac8d 100644 --- a/ctdb/server/ctdb_banning.c +++ b/ctdb/server/ctdb_banning.c @@ -60,7 +60,8 @@ void ctdb_local_node_got_banned(struct ctdb_context *ctdb) { struct ctdb_db_context *ctdb_db; - DEBUG(DEBUG_NOTICE,("This node has been banned - forcing recovery\n")); + DEBUG(DEBUG_NOTICE, ("This node has been banned - releasing all public " + "IPs and setting the generation to INVALID.\n")); /* Reset the generation id to 1 to make us ignore any REQ/REPLY CALL/DMASTER someone sends to us.