[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 57ba6800f1bc918653a12
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-08 13:32:03
|
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 57ba6800f1bc918653a12612a88ec5abacfe70b4 (commit) from b4dd01f6f38ff64fd1c638d5aa59e8ca7c59ca67 (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 57ba6800f1bc918653a12612a88ec5abacfe70b4 Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Mar 8 07:31:21 2021 -0600 More debug info when frequency cannot be set diff --git a/src/rig.c b/src/rig.c index 0a807bd8..59036160 100644 --- a/src/rig.c +++ b/src/rig.c @@ -1618,7 +1618,7 @@ int HAMLIB_API rig_set_freq(RIG *rig, vfo_t vfo, freq_t freq) if (retry == 0) { - rig_debug(RIG_DEBUG_ERR, "%s: unable to set frequency!!\n", __func__); + rig_debug(RIG_DEBUG_ERR, "%s: unable to set frequency!!, asked for %.0f, got %.0f\n", __func__, freq, tfreq); } } else ----------------------------------------------------------------------- Summary of changes: src/rig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |