Skip to content
Snippets Groups Projects
Commit ad92ba1e authored by Chris Hines's avatar Chris Hines
Browse files

wrong header

parent f66d7e7e
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!64Test,!63Dev
Pipeline #16409 passed
...@@ -66,6 +66,7 @@ class TWSProxy(threading.Thread): ...@@ -66,6 +66,7 @@ class TWSProxy(threading.Thread):
return (None,None) return (None,None)
else: else:
logger.error('Failed to authenticate to the SSH Tunnel') logger.error('Failed to authenticate to the SSH Tunnel')
logger.error(header)
self.csock.close() self.csock.close()
closed.set() closed.set()
return (None,None) return (None,None)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment