Add debug to icom.c

This commit is contained in:
Michael Black 2019-12-18 13:07:20 -06:00
parent a052ea4003
commit b672e8917c
No known key found for this signature in database
GPG Key ID: 6599353EC683404D

View File

@ -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); }