From b672e8917cb1c77705dbf42cbfa1802018b4af5e Mon Sep 17 00:00:00 2001 From: Michael Black Date: Wed, 18 Dec 2019 13:07:20 -0600 Subject: [PATCH] Add debug to icom.c --- icom/icom.c | 1 + 1 file changed, 1 insertion(+) diff --git a/icom/icom.c b/icom/icom.c index c7a13d7c1..94853df63 100644 --- a/icom/icom.c +++ b/icom/icom.c @@ -591,6 +591,7 @@ int icom_rig_open(RIG *rig) // if we can't get freq we may need to turn power on retval = rig_get_freq(rig, RIG_VFO_CURR, &freq); + rig_debug(RIG_DEBUG_VERBOSE, "%s get_freq retval=%s\n", __func__, rigerror(retval)); if (retval == RIG_ETIMEOUT) { rig_set_powerstat(rig, 1); }