Browse Source

[2439] Fix logging placeholders

The XFRIN_INVALID_ZONE_DATA was numbered from %2, not from %1.
Michal 'vorner' Vaner 12 years ago
parent
commit
f94444fe1c
1 changed files with 1 additions and 1 deletions
  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
 There was an error importing the python DNS module pydnspp. The most
 likely cause is a PYTHONPATH problem.
 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
 The zone was received, but it failed sanity validation. The previous version
 of zone (if any is available) will be used. Look for previous
 of zone (if any is available) will be used. Look for previous
 XFRIN_ZONE_INVALID messages to see the exact problem(s).
 XFRIN_ZONE_INVALID messages to see the exact problem(s).