ctdb_client: fix DEBUG statement in ctdb_ctrl_modflags()
authorStefan Metzmacher <metze@samba.org>
Fri, 9 Oct 2009 13:47:06 +0000 (15:47 +0200)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 26 Oct 2009 03:22:07 +0000 (14:22 +1100)
metze

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;