Fix request-nsid log level to match documentation.

Since change 3741 (commit 1d761cb4) they have been logged at
debug(3) by mistake.
This commit is contained in:
Tony Finch
2018-05-16 20:20:05 +01:00
parent 5296ecb946
commit 174cd00290

View 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);