From: Ondřej Surý Date: Thu, 17 Mar 2022 20:28:29 +0000 (+0100) Subject: Change xfer-out timer message log level to DEBUG(1) X-Git-Tag: v9.19.0~56^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f6e4dfa15817ccb76d5c45e168be7f5cacdf1bb;p=thirdparty%2Fbind9.git Change xfer-out timer message log level to DEBUG(1) 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). --- diff --git a/lib/ns/xfrout.c b/lib/ns/xfrout.c index e32493f8bf6..c763db873ed 100644 --- a/lib/ns/xfrout.c +++ b/lib/ns/xfrout.c @@ -1155,7 +1155,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);