From: Matthijs Mekking Date: Fri, 5 Dec 2025 08:49:01 +0000 (+0100) Subject: Log serial when IXFR version not in journal X-Git-Tag: v9.21.17~40^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4e6fef81ccedeab5f3bd2679457db405dddbfa8;p=thirdparty%2Fbind9.git 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. --- diff --git a/lib/ns/xfrout.c b/lib/ns/xfrout.c index 097971fc505..66cc502dc5f 100644 --- a/lib/ns/xfrout.c +++ b/lib/ns/xfrout.c @@ -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; }