In rig.c reduce tx_range from ERR to VERBOSE -- it's not fatal at all

Was causing problems with powershell execution detecting the error condition
This commit is contained in:
Mike Black W9MDB 2021-04-03 10:32:43 -05:00
parent 35d945e002
commit 92e40eca30

View File

@ -498,7 +498,7 @@ RIG *HAMLIB_API rig_init(rig_model_t rig_model)
if (rs->tx_range_list[0].startf == 0)
{
rig_debug(RIG_DEBUG_ERR, "%s: rig does not have tx_range!!\n", __func__);
rig_debug(RIG_DEBUG_VERBOSE, "%s: rig does not have tx_range!!\n", __func__);
//return(NULL); // this is not fatal
}