From 088be32a6299de67a43505468a48be3a9306dd26 Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Fri, 18 Oct 2019 21:34:01 +0200 Subject: [PATCH] add decoding start log --- bw_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bw_client.py b/bw_client.py index 828c1fe..7233df4 100644 --- a/bw_client.py +++ b/bw_client.py @@ -114,6 +114,7 @@ try: mmProc.start() mmProc.skipLinesUntil("Enabled Demodulators:") + logging.info("start decoding") while inputThreadRunning: if not sdrProc.isRunning: logging.warning("rtl_fm was down - try to restart")