Reduce driver not found to verbose message since it should not be critical to know this

pull/943/head
Mike Black W9MDB 2022-01-19 13:34:05 -06:00
rodzic 4d8e2c1f94
commit 308a221c78
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -974,7 +974,7 @@ int kenwood_open(RIG *rig)
}
/* driver mismatch */
rig_debug(RIG_DEBUG_ERR,
rig_debug(RIG_DEBUG_VERBOSE,
"%s: not the right driver apparently (found %u, asked for %d, checked %s)\n",
__func__, rig->caps->rig_model,
kenwood_id_string_list[i].model,
@ -983,7 +983,7 @@ int kenwood_open(RIG *rig)
// we continue to search for other matching IDs/models
}
rig_debug(RIG_DEBUG_ERR,
rig_debug(RIG_DEBUG_VERBOSE,
"%s: your rig (%s) did not match but we will continue anyways\n",
__func__, id);