mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
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).
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user