mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
ctdb_client: fix DEBUG statement in ctdb_ctrl_modflags()
metze (This used to be ctdb commit a244b75ee49556b0ff51e254cc812594ee3b23a7)
This commit is contained in:
parent
198866d82d
commit
1c6829f3c2
@ -2386,7 +2386,7 @@ int ctdb_ctrl_modflags(struct ctdb_context *ctdb, struct timeval timeout, uint32
|
||||
timeout, false, data,
|
||||
NULL, NULL,
|
||||
NULL) != 0) {
|
||||
DEBUG(DEBUG_ERR, (__location__ " ctdb_control to disable node failed\n"));
|
||||
DEBUG(DEBUG_ERR, (__location__ " Unable to update nodeflags on remote nodes\n"));
|
||||
|
||||
talloc_free(tmp_ctx);
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user