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:
parent
01043fc5f5
commit
57cb011a0a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user