From c3370ac33d10151a9093ad1fcb81fd2e4b90bd67 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 2 Dec 2023 20:35:47 +0530
Subject: [PATCH] more debug prints

---
 vfo.c | 2 ++
 1 file changed, 2 insertions(+)

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;
     }
-- 
2.45.2