1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-07-04 13:52:42 +00:00

Update sftelnetproxymuxer.py

Add something under exception.
This commit is contained in:
John Fleming 2024-01-30 23:13:55 -05:00 committed by GitHub
parent 357dea430d
commit d82a3085eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")