Add debug to rig_confparam to show parameter

pull/918/head
Mike Black W9MDB 2022-01-02 08:23:49 -06:00
rodzic 18548ef298
commit a38447ece6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1093,7 +1093,7 @@ const struct confparams *HAMLIB_API rig_confparam_lookup(RIG *rig,
const struct confparams *cfp;
token_t token;
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
rig_debug(RIG_DEBUG_VERBOSE, "%s called for %s\n", __func__, name);
if (!rig || !rig->caps)
{