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
b02f0577
Commit
b02f0577
authored
Jun 04, 2013
by
JINMEI Tatuya
Browse files
[2964] update a comment, hopefully making it clearer
parent
1ce2bb2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/xfrin/xfrin.py.in
View file @
b02f0577
...
...
@@ -1728,7 +1728,9 @@ class Xfrin:
return (1, 'data source to transfer %s to is unknown' %
format_zone_str(zone_name, rrclass))
zone_soa = _get_zone_soa(datasrc_client, zone_name, rrclass)
except isc.datasrc.Error as ex: # rare case error, convert (so logged)
except isc.datasrc.Error as ex:
# rare case error. re-raise as XfrinException so it'll be logged
# in command_handler().
raise XfrinException('unexpected failure in datasrc module: ' +
str(ex))
...
...
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