ctdb-tools: Drop a debug message to DEBUG level
authorMartin Schwenke <martin@meltin.net>
Sat, 7 Feb 2015 21:16:47 +0000 (08:16 +1100)
committerAmitay Isaacs <amitay@samba.org>
Mon, 16 Mar 2015 05:41:06 +0000 (06:41 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tools/ctdb.c

index b420dcd23a91d0f5def11ea35430b1758189c001..8cab6c1c1df5551786cfeeb794de32e660db5346 100644 (file)
@@ -2242,7 +2242,7 @@ static void srvid_broadcast_reply_handler(struct ctdb_context *ctdb,
        d->done = true;
        for (i = 0; i < talloc_array_length(d->nodes); i++) {
                if (d->nodes[i] == ret) {
-                       DEBUG(DEBUG_INFO,
+                       DEBUG(DEBUG_DEBUG,
                              ("%s reply received from node %u\n",
                               d->srvid_str, ret));
                        d->nodes[i] = -1;