kopia lustrzana https://github.com/Hamlib/Hamlib
Improve debug in rig_token_lookup to show parameter
rodzic
66819cd133
commit
60c1be9d0d
|
@ -1147,7 +1147,7 @@ token_t HAMLIB_API rig_token_lookup(RIG *rig, const char *name)
|
||||||
{
|
{
|
||||||
const struct confparams *cfp;
|
const struct confparams *cfp;
|
||||||
|
|
||||||
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
|
rig_debug(RIG_DEBUG_VERBOSE, "%s called for %s\n", __func__, name);
|
||||||
|
|
||||||
cfp = rig_confparam_lookup(rig, name);
|
cfp = rig_confparam_lookup(rig, name);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue