mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
fixed a warning
(This used to be ctdb commit d6255438d63943736b24a7a6da190b6933379a61)
This commit is contained in:
parent
b4a5c5e988
commit
afc7275c16
@ -113,7 +113,7 @@ static void ctdb_ban_timeout(struct event_context *ev, struct timed_event *te, s
|
||||
struct ctdb_recoverd *rec = state->rec;
|
||||
uint32_t pnn = state->banned_node;
|
||||
|
||||
DEBUG(0,("Ban timeout. Node %u is now unbanned te:0x%08x\n", pnn, (int)te));
|
||||
DEBUG(0,("Ban timeout. Node %u is now unbanned\n", pnn));
|
||||
ctdb_unban_node(rec, pnn);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user