From 39ba535c778edf5ce9c062963c61b7896ccfa69d Mon Sep 17 00:00:00 2001 From: Michael Black Date: Sun, 15 Mar 2020 09:50:03 -0500 Subject: [PATCH] Add Date/Time to rigctl version --- tests/rigctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rigctl.c b/tests/rigctl.c index c062c924f..3bdff83fc 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -416,7 +416,7 @@ int main(int argc, char *argv[]) rig_set_debug(verbose); - rig_debug(RIG_DEBUG_VERBOSE, "rigctl, %s\n", hamlib_version); + rig_debug(RIG_DEBUG_VERBOSE, "rigctl, %s %s\n", hamlib_version, __DATE__ " " __TIME__); rig_debug(RIG_DEBUG_VERBOSE, "%s", "Report bugs to \n\n");