From 247be7f3336f60b430c46285be7d905b555dc0e8 Mon Sep 17 00:00:00 2001 From: Schrolli Date: Fri, 22 May 2015 08:32:27 +0200 Subject: [PATCH] little change in pocsag debug msg --- boswatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boswatch.py b/boswatch.py index eeacff1..e25648d 100644 --- a/boswatch.py +++ b/boswatch.py @@ -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")