mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-25 23:21:41 +03:00
Fixed log
This commit is contained in:
parent
bec985e360
commit
4577552773
@ -123,7 +123,7 @@ async def tunnel_proc_async(
|
||||
except Exception:
|
||||
if consts.DEBUG:
|
||||
logger.exception('HANDSHAKE')
|
||||
logger.error('HANDSHAKE invalid from %s', address)
|
||||
logger.error('HANDSHAKE invalid from %s (%s)', address, data.hex())
|
||||
# Close Source and continue
|
||||
source.close()
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user