little change in pocsag debug msg

This commit is contained in:
Schrolli 2015-05-22 08:32:27 +02:00
parent 170ce7786a
commit 247be7f333

View file

@ -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")