Improve debug in rig_token_lookup to show parameter

pull/918/head
Mike Black W9MDB 2022-01-02 08:27:28 -06:00
rodzic 66819cd133
commit 60c1be9d0d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1147,7 +1147,7 @@ token_t HAMLIB_API rig_token_lookup(RIG *rig, const char *name)
{
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);