chore(core): fix debug message

M1nd3r/thp6
M1nd3r 2 months ago
parent aa2115542b
commit 209e548ab5

@ -215,7 +215,7 @@ class Channel(Context):
return
if not _is_ctrl_byte_encrypted_transport(ctrl_byte):
print("message is not encrypted. Ignoring")
print("Message is not encrypted. Ignoring")
# TODO ignore message
self._todo_clear_buffer()
return

Loading…
Cancel
Save