Fix debug statement in Barrett 4050.c

pull/928/head
Mike Black W9MDB 2022-01-08 09:04:43 -06:00
rodzic 7bcc35ebc4
commit 579831926f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -91,7 +91,7 @@ static int barrett4050_open(RIG *rig)
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);