mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-19 11:34:13 -04:00
Notification message should be debug level, not info level.
This commit is contained in:
parent
dd32b568ed
commit
da1e62483d
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ def _subproc_data_ready(link: RNS.Link, chars_available: int):
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
if not timeout:
|
if not timeout:
|
||||||
log.info(
|
log.debug(
|
||||||
f"Notifying client try {tries} (retcode: {session.return_code} " +
|
f"Notifying client try {tries} (retcode: {session.return_code} " +
|
||||||
f"chars avail: {chars_available})")
|
f"chars avail: {chars_available})")
|
||||||
packet = RNS.Packet(link, DATA_AVAIL_MSG.encode("utf-8"))
|
packet = RNS.Packet(link, DATA_AVAIL_MSG.encode("utf-8"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue