kopia lustrzana https://github.com/Hamlib/Hamlib
Reduce driver not found to verbose message since it should not be critical to know this
rodzic
4d8e2c1f94
commit
308a221c78
|
@ -974,7 +974,7 @@ int kenwood_open(RIG *rig)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* driver mismatch */
|
/* 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",
|
"%s: not the right driver apparently (found %u, asked for %d, checked %s)\n",
|
||||||
__func__, rig->caps->rig_model,
|
__func__, rig->caps->rig_model,
|
||||||
kenwood_id_string_list[i].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
|
// 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",
|
"%s: your rig (%s) did not match but we will continue anyways\n",
|
||||||
__func__, id);
|
__func__, id);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue