add decoding start log

This commit is contained in:
Bastian Schroll 2019-10-18 21:34:01 +02:00
parent c1fed54a1b
commit 088be32a62

View file

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