From: Tony Finch Date: Wed, 16 May 2018 19:20:05 +0000 (+0100) Subject: Fix request-nsid log level to match documentation. X-Git-Tag: v9.13.0~12^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174cd00290bc5b91006f036a2b4e3119e96ed720;p=thirdparty%2Fbind9.git Fix request-nsid log level to match documentation. Since change 3741 (commit 1d761cb4) they have been logged at debug(3) by mistake. --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index f9fddc962f0..390fbc79a2c 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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);