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

@ -608,7 +608,7 @@ class Connection(ConnectionBase):
else:
msg = "ssh_retry: attempt: %d, caught exception(%s) from cmd (%s), pausing for %d seconds" % (attempt, e, cmd_summary, pause)
display.vv(msg)
display.vv(msg, host=self.host)
time.sleep(pause)
continue