Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
f94444fe
Commit
f94444fe
authored
Jan 28, 2013
by
Michal 'vorner' Vaner
Browse files
[2439] Fix logging placeholders
The XFRIN_INVALID_ZONE_DATA was numbered from %2, not from %1.
parent
d4032a67
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/xfrin_messages.mes
View file @
f94444fe
...
@@ -77,7 +77,7 @@ is not equal to the requested SOA serial.
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment