kopia lustrzana https://github.com/Hamlib/Hamlib
Change debug level from BUG to VERBOSE for debugging.
Causes abort in JTDX when BUG is used https://github.com/Hamlib/Hamlib/issues/947pull/964/head
rodzic
3b1b643df3
commit
c4e01ddadb
|
@ -1733,7 +1733,7 @@ int HAMLIB_API rig_get_freq(RIG *rig, vfo_t vfo, freq_t *freq)
|
||||||
}
|
}
|
||||||
|
|
||||||
ELAPSED1;
|
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)
|
if (!freq)
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_TRACE, "%s: freq ptr invalid\n", __func__);
|
rig_debug(RIG_DEBUG_TRACE, "%s: freq ptr invalid\n", __func__);
|
||||||
|
|
Ładowanie…
Reference in New Issue