mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[2244] missing update: Component.running() was renamed is_running().
This commit is contained in:
@@ -739,7 +739,7 @@ class BoB:
|
|||||||
component = self.components.pop(pid)
|
component = self.components.pop(pid)
|
||||||
logger.info(BIND10_PROCESS_ENDED, component.name(), pid,
|
logger.info(BIND10_PROCESS_ENDED, component.name(), pid,
|
||||||
exit_status)
|
exit_status)
|
||||||
if component.running() and self.runnable:
|
if component.is_running() and self.runnable:
|
||||||
# Tell it it failed. But only if it matters (we are
|
# Tell it it failed. But only if it matters (we are
|
||||||
# not shutting down and the component considers itself
|
# not shutting down and the component considers itself
|
||||||
# to be running.
|
# to be running.
|
||||||
|
Reference in New Issue
Block a user