kopia lustrzana https://github.com/Hamlib/Hamlib
Reduce verbose level on debug to VERBOSE instead of ERR in newcat.c
rodzic
9e816e37ff
commit
cd453b5b71
|
@ -1332,7 +1332,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
|
||||||
// just drop through
|
// just drop through
|
||||||
}
|
}
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_ERR, "%s: is_ft991=%d, CACHE(rig)->split=%d, vfo=%s\n",
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: is_ft991=%d, CACHE(rig)->split=%d, vfo=%s\n",
|
||||||
__func__, is_ft991, cachep->split, rig_strvfo(vfo));
|
__func__, is_ft991, cachep->split, rig_strvfo(vfo));
|
||||||
|
|
||||||
if (priv->band_index < 0) { priv->band_index = newcat_band_index(freq); }
|
if (priv->band_index < 0) { priv->band_index = newcat_band_index(freq); }
|
||||||
|
|
Ładowanie…
Reference in New Issue