Parcourir la source

[2439] Fix logging placeholders

The XFRIN_INVALID_ZONE_DATA was numbered from %2, not from %1.
Michal 'vorner' Vaner il y a 12 ans
Parent
commit
f94444fe1c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/xfrin/xfrin_messages.mes

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

@@ -77,7 +77,7 @@ is not equal to the requested SOA serial.
 There was an error importing the python DNS module pydnspp. The most
 likely cause is a PYTHONPATH problem.
 
-% XFRIN_INVALID_ZONE_DATA zone %2 received from %3 contains invalid data
+% XFRIN_INVALID_ZONE_DATA zone %1 received from %2 contains invalid data
 The zone was received, but it failed sanity validation. The previous version
 of zone (if any is available) will be used. Look for previous
 XFRIN_ZONE_INVALID messages to see the exact problem(s).