1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

ctdb-tools: Drop a debug message to DEBUG level

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2015-02-08 08:16:47 +11:00 committed by Amitay Isaacs
parent 3fc205e6d7
commit a3f39ae7d7

View File

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