Update sftelnetproxymuxer.py

Add something under exception.
pull/2345/head
John Fleming 4 months ago committed by GitHub
parent 357dea430d
commit d82a3085eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save