another log

This commit is contained in:
Jordan Rodgers 2019-02-20 00:55:24 -05:00
parent e5049a683e
commit 6a896c6dad

View file

@ -86,7 +86,7 @@ def stop_ssh_tunnel(vmid, ssh_tunnels):
(tunnel for tunnel in ssh_tunnels if tunnel.local_bind_port == port),
None)
if tunnel:
logging.info("Tearing down SSH tunnel for VM {}.".format(vmid))
logging.info("tearing down SSH tunnel for VM %s", vmid)
try:
tunnel.stop()
except: