kopia lustrzana https://github.com/Hamlib/Hamlib
reduce debug level in rigctl_parse.c
rodzic
67db7b58b8
commit
ad4033dbfc
|
@ -769,7 +769,7 @@ int rigctl_parse(RIG *my_rig, FILE *fin, FILE *fout, char *argv[], int argc,
|
||||||
}
|
}
|
||||||
|
|
||||||
my_rig->state.vfo_opt = *vfo_opt;
|
my_rig->state.vfo_opt = *vfo_opt;
|
||||||
rig_debug(RIG_DEBUG_ERR, "%s: vfo_opt=%d\n", __func__, *vfo_opt);
|
rig_debug(RIG_DEBUG_TRACE, "%s: vfo_opt=%d\n", __func__, *vfo_opt);
|
||||||
|
|
||||||
if (cmd == 'Q' || cmd == 'q')
|
if (cmd == 'Q' || cmd == 'q')
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue