mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb:eventscript: timedout->timed out in ctdb_event_script_args()
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
b360c72eaf
commit
2fbf19449e
@ -906,7 +906,7 @@ int ctdb_event_script_args(struct ctdb_context *ctdb, enum ctdb_event call,
|
||||
while (status.done == false && tevent_loop_once(ctdb->ev) == 0) /* noop */;
|
||||
|
||||
if (status.status == -ETIME) {
|
||||
DEBUG(DEBUG_ERR, (__location__ " eventscript for '%s' timedout."
|
||||
DEBUG(DEBUG_ERR, (__location__ " eventscript for '%s' timed out."
|
||||
" Immediately banning ourself for %d seconds\n",
|
||||
ctdb_eventscript_call_names[call],
|
||||
ctdb->tunable.recovery_ban_period));
|
||||
|
Loading…
Reference in New Issue
Block a user