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
Sebastian Schrader
Kea
Commits
b0cb2b65
Commit
b0cb2b65
authored
Nov 15, 2011
by
Jeremy C. Reed
Browse files
[master] fix typo in comment
parent
868282b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/python/isc/bind10/component.py
View file @
b0cb2b65
...
...
@@ -187,7 +187,7 @@ class BaseComponent:
The exit code is used for logging. It might be None.
It call
e
s _failed_internal internally.
It calls _failed_internal internally.
"""
logger
.
error
(
BIND10_COMPONENT_FAILED
,
self
.
name
(),
self
.
pid
(),
exit_code
if
exit_code
is
not
None
else
"unknown"
)
...
...
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