]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Change xfer-out timer message log level to DEBUG(1)
authorOndřej Surý <ondrej@isc.org>
Thu, 17 Mar 2022 20:28:29 +0000 (21:28 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 17 Mar 2022 20:39:20 +0000 (21:39 +0100)
When max-transfer-*-out timeouts were reintroduced, the log message
about starting the timer was errorneously left as ISC_LOG_ERROR.
Change the log level of said message to ISC_LOG_DEBUG(1).

(cherry picked from commit 8f6e4dfa15817ccb76d5c45e168be7f5cacdf1bb)

lib/ns/xfrout.c

index 7b2863264cb453bf8e33541032567c6db6d138af..5813585fcf0ee714d45d822e9bc8ff7b455d83ec 100644 (file)
@@ -1172,7 +1172,7 @@ have_stream:
 
        /* Start the timers */
        if (xfr->maxtime > 0) {
-               xfrout_log(xfr, ISC_LOG_ERROR,
+               xfrout_log(xfr, ISC_LOG_DEBUG(1),
                           "starting maxtime timer %" PRIu64 " ms",
                           xfr->maxtime);
                isc_nm_timer_start(xfr->maxtime_timer, xfr->maxtime);