mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '3208-fix-xfrout-maxtimer-timer-log-message-log-level-v9_18' into 'v9_18'
Change xfer-out timer message log level to DEBUG(1) See merge request isc-projects/bind9!5996
This commit is contained in:
commit
3d27a75eca
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