]> git.ipfire.org Git - thirdparty/bind9.git/commit
raise the log level of priming failures
authorEvan Hunt <each@isc.org>
Mon, 1 Jul 2024 20:00:04 +0000 (13:00 -0700)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:06:54 +0000 (13:06 +0000)
commitf840b444018f147efbb85eeac2062ab3bfb50309
treec78083243f216e1e79fd25497f468f3c6cc36cff
parente00b13ac6e5a49434fbe534b0cab86b9ee4fbdb5
raise the log level of priming failures

when a priming query is complete, it's currently logged at
level ISC_LOG_DEBUG(1), regardless of success or failure. we
are now raising it to ISC_LOG_NOTICE in the case of failure.

(cherry picked from commit a84d54c6ff8edf4b0bd36c84fab1cae37684f7f8)
lib/dns/resolver.c