Add debug info for BS command

https://github.com/Hamlib/Hamlib/issues/423
pull/426/head
Michael Black W9MDB 2020-10-25 08:10:48 -05:00
rodzic cc465e7d54
commit 61074cd238
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -709,7 +709,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq)
}
else
{
rig_debug(RIG_DEBUG_TRACE, "%s: need to restore band settings\n", __func__);
rig_debug(RIG_DEBUG_TRACE, "%s: need to restore band settings=%s\n", __func__, priv->ret_data);
}
}