From c2eb8440a8eb172b7e3b0c29a9f6c9cacfb00d72 Mon Sep 17 00:00:00 2001 From: Michael Black Date: Wed, 15 May 2019 14:39:41 -0500 Subject: [PATCH] Add debug for 60M DX3000/5000 exception --- yaesu/newcat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/yaesu/newcat.c b/yaesu/newcat.c index fc528e7eb..93fe33145 100644 --- a/yaesu/newcat.c +++ b/yaesu/newcat.c @@ -511,6 +511,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq) { break; case RIG_VFO_MEM: if (special_60m && (freq >=5300000 && freq <=5410000)) { + rig_debug(RIG_DEBUG_TRACE, "%s: 60M VFO_MEM exception, no freq change done\n", __func__); return RIG_OK; /* make it look like we changed */ } c = 'A';