diff options
author | Christian Ambach <ambi@samba.org> | 2012-08-03 12:29:10 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-08-03 12:53:49 +0200 |
commit | 0a45e9c4d2333192945eb7ba3100b78c1f1c07f0 (patch) | |
tree | 2f9cec22bf433ef0524ea4762e51d10ceff48341 /source3/lib/ctdbd_conn.c | |
parent | 6cfe6e92a1f962040a22f107086b19159bb7c605 (diff) | |
download | samba-0a45e9c4d2333192945eb7ba3100b78c1f1c07f0.tar.gz samba-0a45e9c4d2333192945eb7ba3100b78c1f1c07f0.tar.xz samba-0a45e9c4d2333192945eb7ba3100b78c1f1c07f0.zip |
s3-ctdb: adjust a loglevel
Diffstat (limited to 'source3/lib/ctdbd_conn.c')
-rw-r--r-- | source3/lib/ctdbd_conn.c | 4 |
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 |