mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-10 02:20:09 +01:00
little change in pocsag debug msg
This commit is contained in:
parent
170ce7786a
commit
247be7f333
|
|
@ -346,7 +346,7 @@ try:
|
|||
else:
|
||||
logging.warning("POCSAG%s: %s out of filter range (low)",bitrate, poc_id)
|
||||
else:
|
||||
logging.warning("No valid POCSAG: %s", poc_id)
|
||||
logging.warning("No valid POCSAG%s RIC: %s", bitrate, poc_id)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
logging.warning("Keyboard Interrupt")
|
||||
|
|
|
|||
Loading…
Reference in a new issue