]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix request-nsid log level to match documentation.
authorTony Finch <dot@dotat.at>
Wed, 16 May 2018 19:20:05 +0000 (20:20 +0100)
committerTony Finch <dot@dotat.at>
Wed, 16 May 2018 19:20:05 +0000 (20:20 +0100)
Since change 3741 (commit 1d761cb4) they have been logged at
debug(3) by mistake.

lib/dns/resolver.c

index f9fddc962f0e7a13084e69821b8d254ccc004b68..390fbc79a2c1b10f985a66cbf2afe7870b69c92a 100644 (file)
@@ -7618,7 +7618,7 @@ rctx_opt(respctx_t *rctx) {
                                     DNS_FETCHOPT_WANTNSID) != 0)
                                {
                                        log_nsid(&optbuf, optlen, query,
-                                                ISC_LOG_DEBUG(3),
+                                                ISC_LOG_INFO,
                                                 fctx->res->mctx);
                                }
                                isc_buffer_forward(&optbuf, optlen);