Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adam Osuchowski
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.
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).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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