1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

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 <obnox@samba.org>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Michael Adam 2016-06-01 00:53:54 +02:00
parent 01043fc5f5
commit 57cb011a0a

View File

@ -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.