mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04: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:
parent
4c008d20e6
commit
8f6e4dfa15
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue