summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-08-03 12:29:10 +0200
committerChristian Ambach <ambi@samba.org>2012-08-03 12:53:49 +0200
commit0a45e9c4d2333192945eb7ba3100b78c1f1c07f0 (patch)
tree2f9cec22bf433ef0524ea4762e51d10ceff48341 /source3
parent6cfe6e92a1f962040a22f107086b19159bb7c605 (diff)
downloadsamba-0a45e9c4d2333192945eb7ba3100b78c1f1c07f0.tar.gz
samba-0a45e9c4d2333192945eb7ba3100b78c1f1c07f0.tar.bz2
samba-0a45e9c4d2333192945eb7ba3100b78c1f1c07f0.zip
s3-ctdb: adjust a loglevel
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/ctdbd_conn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/ctdbd_conn.c b/source3/lib/ctdbd_conn.c
index 0fa2f9040c..3c0b188af0 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