Add missing parameter Controller in the log message
This is to add missing parameter Controller in the log message. Change-Id: I02cb100d40fd38bbc0151792b1e81372106da076
This commit is contained in:
@@ -153,7 +153,7 @@ class KuryrK8sService(six.with_metaclass(KuryrK8sServiceMeta,
|
|||||||
# Just make sure my watcher is running.
|
# Just make sure my watcher is running.
|
||||||
if not self.watcher.is_running():
|
if not self.watcher.is_running():
|
||||||
LOG.warning('Controller %s is the leader, but has watcher '
|
LOG.warning('Controller %s is the leader, but has watcher '
|
||||||
'stopped. Restarting it.')
|
'stopped. Restarting it.', self.node_name)
|
||||||
self.watcher.start()
|
self.watcher.start()
|
||||||
|
|
||||||
def wait(self):
|
def wait(self):
|
||||||
|
Reference in New Issue
Block a user