]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Log serial when IXFR version not in journal
authorMatthijs Mekking <matthijs@isc.org>
Fri, 5 Dec 2025 08:49:01 +0000 (09:49 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 10 Dec 2025 15:24:29 +0000 (15:24 +0000)
It may be useful to know which version (begin serial) is missing when
the IXFR version cannot be found.

lib/ns/xfrout.c

index 097971fc505aaad12515602d73e7b932eaa845e9..66cc502dc5f430037bdf48e21a925a1a7fed0757 100644 (file)
@@ -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;
                }