mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
change the log level of "resolver priming query complete"
this log message, formerly at level INFO, is now DEBUG(1), so it won't be printed when running "delv +ns +nortrace".
This commit is contained in:
parent
dbadc97387
commit
8ce33dca6a
1 changed files with 1 additions and 1 deletions
|
|
@ -9974,7 +9974,7 @@ prime_done(void *arg) {
|
|||
REQUIRE(VALID_RESOLVER(res));
|
||||
|
||||
isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
|
||||
DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO,
|
||||
DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(1),
|
||||
"resolver priming query complete: %s",
|
||||
isc_result_totext(resp->result));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue