2
0
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:
Ondřej Surý
2022-03-17 21:28:29 +01:00
parent 4c008d20e6
commit 8f6e4dfa15

View File

@@ -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);