[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 2bb74f77d2be23c9d2f31
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-02-08 23:32:07
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 2bb74f77d2be23c9d2f31a9cd4fe36d604155827 (commit) from 306345442cc5a16ee04e3ac277ced75454892385 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2bb74f77d2be23c9d2f31a9cd4fe36d604155827 Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Feb 8 17:31:43 2021 -0600 Fix debug msg formatting in rig.c diff --git a/src/rig.c b/src/rig.c index c69f0259..0dcda745 100644 --- a/src/rig.c +++ b/src/rig.c @@ -1625,7 +1625,7 @@ int HAMLIB_API rig_set_freq(RIG *rig, vfo_t vfo, freq_t freq) if (freq_new != freq) { - rig_debug(RIG_DEBUG_TRACE, "%s: Asked freq=%.0fg, got freq=%.0fg\n", __func__, + rig_debug(RIG_DEBUG_TRACE, "%s: Asked freq=%.0f, got freq=%.0f\n", __func__, freq, freq_new); } ----------------------------------------------------------------------- Summary of changes: src/rig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |