From ad92ba1e518ea672595ed1c8cd4af6791486d361 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Mon, 15 Mar 2021 11:29:12 +1100 Subject: [PATCH] wrong header --- twsproxy/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/twsproxy/__init__.py b/twsproxy/__init__.py index 8e1e014..95eeb07 100644 --- a/twsproxy/__init__.py +++ b/twsproxy/__init__.py @@ -66,6 +66,7 @@ class TWSProxy(threading.Thread): return (None,None) else: logger.error('Failed to authenticate to the SSH Tunnel') + logger.error(header) self.csock.close() closed.set() return (None,None) -- GitLab