kopia lustrzana https://github.com/Hamlib/Hamlib
Fix debug statement in Barrett 4050.c
rodzic
7bcc35ebc4
commit
579831926f
|
@ -91,7 +91,7 @@ static int barrett4050_open(RIG *rig)
|
||||||
|
|
||||||
if (retval == RIG_OK)
|
if (retval == RIG_OK)
|
||||||
{
|
{
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: channel 9999 info=%s\n", response);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s: channel 9999 info=%s\n", __func__, response);
|
||||||
}
|
}
|
||||||
|
|
||||||
retval = barrett_transaction(rig, "XC9999", 0, &response);
|
retval = barrett_transaction(rig, "XC9999", 0, &response);
|
||||||
|
|
Ładowanie…
Reference in New Issue