Browse Source

[1212] added missing log message description for XFRIN_GOT_INCREMENTAL_RESP

JINMEI Tatuya 13 years ago
parent
commit
b6465a25eb
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/bin/xfrin/xfrin_messages.mes

+ 5 - 1
src/bin/xfrin/xfrin_messages.mes

@@ -98,4 +98,8 @@ differences) was found.  This means a connection for xfrin tried IXFR
 and really aot a response for incremental updates.
 
 % XFRIN_GOT_NONINCREMENTAL_RESP got nonincremental response for %1
-TBD
+Non incremental transfer was detected at the "first data" of a transfer,
+which is the RR following the initial SOA.  Non incremental transfer is
+either AXFR or AXFR-style IXFR.  In the latter case, it means that
+in a response to IXFR query the first data is not SOA or its SOA serial
+is not equal to the requested SOA serial.