mirror of
https://github.com/GNS3/gns3-server
synced 2025-07-04 05:42:38 +00:00
Update sftelnetproxymuxer.py
Add something under exception.
This commit is contained in:
parent
357dea430d
commit
d82a3085eb
@ -213,6 +213,7 @@ class SFTelnetProxyMuxer:
|
||||
client.close()
|
||||
await client.wait_closed()
|
||||
except Exception as e:
|
||||
log.debug(f"Closing client connect {client_info} failed {e}")
|
||||
|
||||
log.debug("Debug message")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user