Change debug level from BUG to VERBOSE for debugging.

Causes abort in JTDX when BUG is used
https://github.com/Hamlib/Hamlib/issues/947
pull/964/head
Mike Black W9MDB 2022-02-02 08:45:46 -06:00
rodzic 3b1b643df3
commit c4e01ddadb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1733,7 +1733,7 @@ int HAMLIB_API rig_get_freq(RIG *rig, vfo_t vfo, freq_t *freq)
}
ELAPSED1;
rig_debug(RIG_DEBUG_BUG, "%s: rig->state.pttport.type.ptt=%d\n", __func__, rig->state.pttport.type.ptt);
rig_debug(RIG_DEBUG_VERBOSE, "%s: rig->state.pttport.type.ptt=%d\n", __func__, rig->state.pttport.type.ptt);
if (!freq)
{
rig_debug(RIG_DEBUG_TRACE, "%s: freq ptr invalid\n", __func__);