Reduce flrig verbosity a bit

pull/668/head
Mike Black W9MDB 2021-04-11 16:56:04 -05:00
rodzic 9d38e9a726
commit 9a0e9c370a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1380,7 +1380,7 @@ static int flrig_set_mode(RIG *rig, vfo_t vfo, rmode_t mode, pbwidth_t width)
if (priv->ptt)
{
rig_debug(RIG_DEBUG_WARN, "%s set_mode call not made as PTT=1\n", __func__);
rig_debug(RIG_DEBUG_VERBOSE, "%s set_mode call not made as PTT=1\n", __func__);
RETURNFUNC(RIG_OK); // just return OK and ignore this
}