1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-25 23:21:41 +03:00

Fixed log

This commit is contained in:
Adolfo Gómez García 2022-03-29 22:36:27 +02:00
parent bec985e360
commit 4577552773

View File

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