forked from shaba/openuds
Fixed log
This commit is contained in:
parent
bec985e360
commit
4577552773
@ -123,7 +123,7 @@ async def tunnel_proc_async(
|
|||||||
except Exception:
|
except Exception:
|
||||||
if consts.DEBUG:
|
if consts.DEBUG:
|
||||||
logger.exception('HANDSHAKE')
|
logger.exception('HANDSHAKE')
|
||||||
logger.error('HANDSHAKE invalid from %s', address)
|
logger.error('HANDSHAKE invalid from %s (%s)', address, data.hex())
|
||||||
# Close Source and continue
|
# Close Source and continue
|
||||||
source.close()
|
source.close()
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user