kopia lustrzana https://github.com/Hamlib/Hamlib
Add debug to rig_confparam to show parameter
rodzic
18548ef298
commit
a38447ece6
|
@ -1093,7 +1093,7 @@ const struct confparams *HAMLIB_API rig_confparam_lookup(RIG *rig,
|
||||||
const struct confparams *cfp;
|
const struct confparams *cfp;
|
||||||
token_t token;
|
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)
|
if (!rig || !rig->caps)
|
||||||
{
|
{
|
||||||
|
|
Ładowanie…
Reference in New Issue