Add debug to settings.c

pull/412/head
Michael Black W9MDB 2020-09-27 16:07:26 -05:00
rodzic f0dc0f71d4
commit 1e1e2a5fbd
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -534,6 +534,10 @@ int HAMLIB_API rig_set_func(RIG *rig, vfo_t vfo, setting_t func, int status)
return caps->set_func(rig, vfo, func, status);
}
else {
int targetable = caps->targetable_vfo & RIG_TARGETABLE_FUNC;
rig_debug(RIG_DEBUG_TRACE, "%s: targetable=%d, vfo=%s, currvfo=%s\n", __func__, targetable, rig_strvfo(vfo), rig_strvfo(rig->state.current_vfo));
}
if (!caps->set_vfo)
{