From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 2 Dec 2023 15:05:47 +0000 (+0530)
Subject: more debug prints
X-Git-Url: https://git.rkrishnan.org/pf/content/simplejson/frontends/?a=commitdiff_plain;h=refs%2Fheads%2Fdebug-nr;p=pihpsdr.git

more debug prints
---

diff --git a/vfo.c b/vfo.c
index 976ee82..5cdddda 100644
--- a/vfo.c
+++ b/vfo.c
@@ -1027,6 +1027,8 @@ void draw_item(cairo_t *cr, size_t item, uint status) {
 // I am not proud of this code
 int get_nr(RECEIVER *rx)
 {
+    g_print("get_nr: NR: %d, NR2: %d, NR3: %d, NR4: %d\n",
+	    rx->nr, rx->nr2, rx->nr3, rx->nr4);
     if (rx->nr == 0 && rx->nr2 == 0 && rx->nr3 == 0 && rx->nr4 == 0) {
 	return 0;
     }