From 60c1be9d0d7dd7e7bda95084b17c0a281ce3531f Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sun, 2 Jan 2022 08:27:28 -0600 Subject: [PATCH] Improve debug in rig_token_lookup to show parameter --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index 5b28866a8..9347f7376 100644 --- a/src/conf.c +++ b/src/conf.c @@ -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);