kopia lustrzana https://github.com/Hamlib/Hamlib
correct debug log message
rodzic
c1ed899c19
commit
92bd1d4e83
|
@ -613,7 +613,7 @@ int ts590_get_level(RIG *rig, vfo_t vfo, setting_t level, value_t *val)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_ERR, "%s: "
|
rig_debug(RIG_DEBUG_ERR, "%s: "
|
||||||
"unexpected preamp char '%c'\n",
|
"unexpected att char '%c'\n",
|
||||||
__func__, lvlbuf[2]);
|
__func__, lvlbuf[2]);
|
||||||
RETURNFUNC(-RIG_EPROTO);
|
RETURNFUNC(-RIG_EPROTO);
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue