rx.py error tracking message level

This commit is contained in:
Max 2021-08-12 18:26:52 -04:00
parent 855b590f2d
commit 233f810d3b
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ class p25_rx_block (gr.top_block):
js = json.dumps(d)
msg = gr.message().make_from_string(js, -4, 0, 0)
self.input_q.insert_tail(msg)
if self.options.verbosity >= 0:
if self.options.verbosity > 0:
sys.stderr.write('%f error tracking: %s\n' % (time.time(), js))
def change_freq(self, params):