From 0a45e9c4d2333192945eb7ba3100b78c1f1c07f0 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Fri, 3 Aug 2012 12:29:10 +0200 Subject: [PATCH] s3-ctdb: adjust a loglevel --- source3/lib/ctdbd_conn.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c index 0fa2f9040c8..3c0b188af03 100644 --- a/source3/lib/ctdbd_conn.c +++ b/source3/lib/ctdbd_conn.c @@ -1237,12 +1237,12 @@ bool ctdb_serverids_exist(struct ctdbd_connection *conn, /* * Got an error reply */ - DEBUG(1, ("Received short reply len %d, status %u, " + DEBUG(5, ("Received short reply len %d, status %u, " "errorlen %u\n", (unsigned)reply->datalen, (unsigned)reply->status, (unsigned)reply->errorlen)); - dump_data(1, reply->data, reply->errorlen); + dump_data(5, reply->data, reply->errorlen); /* * This will trigger everything set to false -- 2.34.1