From 6a896c6dad33ee074a5326527685a76b1e0b9d41 Mon Sep 17 00:00:00 2001 From: Jordan Rodgers Date: Wed, 20 Feb 2019 00:55:24 -0500 Subject: [PATCH] another log --- proxstar/vnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxstar/vnc.py b/proxstar/vnc.py index d2cf149..6c83ea0 100644 --- a/proxstar/vnc.py +++ b/proxstar/vnc.py @@ -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: