mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
another log
This commit is contained in:
parent
e5049a683e
commit
6a896c6dad
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ def stop_ssh_tunnel(vmid, ssh_tunnels):
|
||||||
(tunnel for tunnel in ssh_tunnels if tunnel.local_bind_port == port),
|
(tunnel for tunnel in ssh_tunnels if tunnel.local_bind_port == port),
|
||||||
None)
|
None)
|
||||||
if tunnel:
|
if tunnel:
|
||||||
logging.info("Tearing down SSH tunnel for VM {}.".format(vmid))
|
logging.info("tearing down SSH tunnel for VM %s", vmid)
|
||||||
try:
|
try:
|
||||||
tunnel.stop()
|
tunnel.stop()
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue