mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Notification message should be debug level, not info level.
This commit is contained in:
parent
dd32b568ed
commit
da1e62483d
@ -471,7 +471,7 @@ def _subproc_data_ready(link: RNS.Link, chars_available: int):
|
||||
return
|
||||
else:
|
||||
if not timeout:
|
||||
log.info(
|
||||
log.debug(
|
||||
f"Notifying client try {tries} (retcode: {session.return_code} " +
|
||||
f"chars avail: {chars_available})")
|
||||
packet = RNS.Packet(link, DATA_AVAIL_MSG.encode("utf-8"))
|
||||
|
Loading…
Reference in New Issue
Block a user