ctdb-tool: Log a message at INFO level
authorAmitay Isaacs <amitay@gmail.com>
Fri, 22 Jul 2016 06:54:27 +0000 (16:54 +1000)
committerAmitay Isaacs <amitay@samba.org>
Mon, 25 Jul 2016 19:29:44 +0000 (21:29 +0200)
This message was useful when debugging during development but it isn't
generally useful.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
ctdb/tools/ctdb.c

index 1e4f0a541712f24eb7e0968ca5ffc6eb4a9942bd..cec1c19c10a2acace4c17fa39e4dac8653ec7f72 100644 (file)
@@ -5612,8 +5612,8 @@ static int control_reload_nodes_file(struct ctdb_context *ctdb, int argc, const
        /* Now make the changes */
        conn = list_of_connected_nodes(ctdb, nodemap, tmp_ctx, true);
        for (i = 0; i < talloc_array_length(conn); i++) {
-               DEBUG(DEBUG_NOTICE, ("Reloading nodes file on node %u\n",
-                                    conn[i]));
+               DEBUG(DEBUG_INFO, ("Reloading nodes file on node %u\n",
+                                  conn[i]));
        }
 
        /* Another timeout could be used, such as ReRecoveryTimeout or