Fix a minor syntax error in a log statement
Change-Id: If6115045dbaf2229b1229d259787ecd207348603
This commit is contained in:
parent
7a537b2c60
commit
f868936d66
@ -667,6 +667,6 @@ class Controller(pyngus.ConnectionEventHandler):
|
|||||||
self._senders = {}
|
self._senders = {}
|
||||||
self._socket_connection.reset()
|
self._socket_connection.reset()
|
||||||
host = self.hosts.next()
|
host = self.hosts.next()
|
||||||
LOG.info(_LI("Reconnecting to: %(hostname):%(port)"),
|
LOG.info(_LI("Reconnecting to: %(hostname)s:%(port)s"),
|
||||||
{'hostname': host.hostname, 'port': host.port})
|
{'hostname': host.hostname, 'port': host.port})
|
||||||
self._socket_connection.connect(host)
|
self._socket_connection.connect(host)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user