mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 12:20:00 -04:00
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:
parent
5296ecb946
commit
174cd00290
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue