mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
ctdb-tool: Log a message at INFO level
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>
This commit is contained in:
parent
c77a50dcfb
commit
2b2a7a9269
@ -5612,7 +5612,7 @@ 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",
|
||||
DEBUG(DEBUG_INFO, ("Reloading nodes file on node %u\n",
|
||||
conn[i]));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user