]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dns_server: avoid debug noise on successful updates
authorStefan Metzmacher <metze@samba.org>
Fri, 11 Nov 2016 07:48:04 +0000 (08:48 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 10 Jan 2018 00:01:24 +0000 (01:01 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12423

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/dns_server/dns_query.c
source4/dns_server/dns_update.c

index 800d5c768bd92fd21a23babfc136f76ac6624b80..f1facc83125ce87312c01b8af1baac59808f7a25 100644 (file)
@@ -866,7 +866,7 @@ static WERROR handle_tkey(struct dns_server *dns,
                        DEBUG(1, ("More processing required\n"));
                        ret_tkey->rdata.tkey_record.error = DNS_RCODE_BADKEY;
                } else if (NT_STATUS_IS_OK(status)) {
-                       DEBUG(1, ("Tkey handshake completed\n"));
+                       DBG_DEBUG("Tkey handshake completed\n");
                        ret_tkey->rdata.tkey_record.key_size = reply.length;
                        ret_tkey->rdata.tkey_record.key_data = talloc_memdup(ret_tkey,
                                                                reply.data,
index bb41a9c7eb77b800db4a610c94bfe9ccf2509f3b..94f3d9bea3eddf1da33bd433b450d5a330c562c7 100644 (file)
@@ -681,7 +681,7 @@ static WERROR handle_updates(struct dns_server *dns,
        werror = check_prerequisites(dns, tmp_ctx, zone, prereqs, pcount);
        W_ERROR_NOT_OK_GOTO(werror, failed);
 
-       DEBUG(1, ("update count is %u\n", upd_count));
+       DBG_DEBUG("dns update count is %u\n", upd_count);
 
        for (ri = 0; ri < upd_count; ri++) {
                werror = handle_one_update(dns, tmp_ctx, zone,