Fix icom.c debug statement

pull/1102/head
Mike Black W9MDB 2022-08-01 13:24:10 -05:00
rodzic e76bbf0e51
commit 0b059cdb93
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -796,7 +796,7 @@ static vfo_t icom_current_vfo_x25(RIG *rig)
{
// we can't change freqs unless rig is idle and we don't know that
// so we only check vfo once when freqs are equal
rig_debug(RIG_DEBUG_TRACE, "%s: vfo already determined...returning current_vfo",
rig_debug(RIG_DEBUG_TRACE, "%s: vfo already determined...returning current_vfo\n",
__func__);
return rig->state.current_vfo;
}