Add tx_freq to debug statement

pull/948/head
Mike Black W9MDB 2022-01-30 10:51:49 -06:00
rodzic 3c60636b80
commit 63b31eac4e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3604,8 +3604,8 @@ int HAMLIB_API rig_set_split_freq(RIG *rig, vfo_t vfo, freq_t tx_freq)
}
rig_debug(RIG_DEBUG_VERBOSE, "%s called vfo=%s, curr_vfo=%s\n", __func__,
rig_strvfo(vfo), rig_strvfo(rig->state.current_vfo));
rig_debug(RIG_DEBUG_VERBOSE, "%s called vfo=%s, curr_vfo=%s, tx_freq=%.0f\n", __func__,
rig_strvfo(vfo), rig_strvfo(rig->state.current_vfo), tx_freq);
caps = rig->caps;