Improve 0x25 0x26 debug msg a bit

pull/976/head
Mike Black W9MDB 2022-02-06 23:27:39 -06:00
rodzic 524dd1f8c2
commit 599761f196
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1574,7 +1574,7 @@ int icom_get_freq(RIG *rig, vfo_t vfo, freq_t *freq)
{
priv->x25cmdfails = 1;
rig_debug(RIG_DEBUG_WARN,
"%s: rig does not support 0x25 CI-V cmd\n", __func__);
"%s: rig probe shows 0x25 CI-V cmd not available\n", __func__);
}
freq_len--; // 0x25 cmd is 1 byte longer than 0x03 cmd
@ -2055,7 +2055,7 @@ static int icom_set_mode_x26(RIG *rig, vfo_t vfo, rmode_t mode, int datamode,
{
priv->x26cmdfails = 1;
rig_debug(RIG_DEBUG_WARN,
"%s: rig does not support 0x26 CI-V cmd\n", __func__);
"%s: rig probe shows 0x26 CI-V cmd not available\n", __func__);
return -RIG_ENAVAIL;
}