ctdb_client: fix DEBUG statement in ctdb_ctrl_modflags()
[ctdb.git] / client / ctdb_client.c
index 0948d4118a52d305a72fc017348b98a5346ec781..e8c543f1498be6d951c62d007f4b7c4084be0647 100644 (file)
@@ -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;