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:
zhufl
2020-01-03 16:21:13 +08:00
parent 501bf41910
commit 75a91cfbef

View File

@@ -153,7 +153,7 @@ class KuryrK8sService(six.with_metaclass(KuryrK8sServiceMeta,
# Just make sure my watcher is running.
if not self.watcher.is_running():
LOG.warning('Controller %s is the leader, but has watcher '
'stopped. Restarting it.')
'stopped. Restarting it.', self.node_name)
self.watcher.start()
def wait(self):