Add debug to rig.c

pull/252/head
Michael Black W9MDB 2020-05-13 17:40:36 -05:00
rodzic 0354f8b738
commit baf0ee7169
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1274,6 +1274,7 @@ int HAMLIB_API rig_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
if (retcode != RIG_OK)
{
rig_debug(RIG_DEBUG_ERR,"%s: set_vfo err %s\n", __func__, rigerror(retcode));
return retcode;
}