mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 13:20:00 -04:00
chg: nil: Log serial when IXFR version not in journal
It may be useful to know which version (begin serial) is missing when the IXFR version cannot be found. Closes #5669 Merge branch '5669-xfrout-log-serial' into 'main' See merge request isc-projects/bind9!11323
This commit is contained in:
commit
226e467c37
1 changed files with 2 additions and 1 deletions
|
|
@ -1008,7 +1008,8 @@ got_soa:
|
|||
xfrout_log1(client, question_name, question_class,
|
||||
ISC_LOG_INFO,
|
||||
"IXFR version not in journal, "
|
||||
"falling back to AXFR");
|
||||
"falling back to AXFR (serial %u)",
|
||||
begin_serial);
|
||||
mnemonic = "AXFR-style IXFR";
|
||||
goto axfr_fallback;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue