From c93060937949c977d9c231eae3335c6ab7512f15 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Thu, 21 Jan 2021 23:11:20 -0600 Subject: [PATCH] Update debug in newcat.c to add some more info --- rigs/yaesu/newcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index b425100f4..a95db6c33 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -745,7 +745,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq) /* duplicate the following line to add more rigs */ special_60m = newcat_is_rig(rig, RIG_MODEL_FTDX5000); special_60m |= newcat_is_rig(rig, RIG_MODEL_FT450); - rig_debug(RIG_DEBUG, "%s: special_60m=%d, 60m freq=%d\n", special_60m, freq >= 5300000 && freq <= 5410000)); + rig_debug(RIG_DEBUG_TRACE, "%s: special_60m=%d, 60m freq=%d, is_ftdx3000=%d\n", __func__, special_60m, freq >= 5300000 && freq <= 5410000, newcat_is_rig(rig, RIG_MODEL_FTDX3000)); if (special_60m && (freq >= 5300000 && freq <= 5410000)) {