Fix inconsistent/missing host names in messages.

This commit is contained in:
Matt Clay 2016-03-25 17:22:48 -07:00
parent fac3bac72e
commit 5fdc29e00f
5 changed files with 31 additions and 31 deletions

View file

@ -170,7 +170,7 @@ class Connection(ConnectionBase):
super(Connection, self)._connect()
if not self._connected:
display.vvv(u"ESTABLISH DOCKER CONNECTION FOR USER: {0}".format(
self.actual_user or '?', host=self._play_context.remote_addr)
self.actual_user or '?'), host=self._play_context.remote_addr
)
self._connected = True