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
pull/649/head
Mike Black W9MDB 2021-04-03 10:32:43 -05:00
rodzic 35d945e002
commit 92e40eca30
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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
}