Update debug in icom.c

This commit is contained in:
Michael Black W9MDB 2021-03-06 08:48:11 -06:00
parent b9afd75110
commit 678f01d79d

View File

@ -755,7 +755,7 @@ icom_rig_open(RIG *rig)
struct rig_state *rs = &rig->state;
struct icom_priv_data *priv = (struct icom_priv_data *) rs->priv;
rig_debug(RIG_DEBUG_VERBOSE, "%s %d \n", __func__, __LINE__);
ENTERFUNC;
rig_debug(RIG_DEBUG_VERBOSE, "%s: %s v%s\n", __func__, rig->caps->model_name,
rig->caps->version);