[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. cd453b5b7167392cfdfd2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: n0nb <n0...@us...> - 2024-05-15 21:41:21
|
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 cd453b5b7167392cfdfd2e748bafc74334af4c7f (commit) from 9e816e37ff87c4a6b434014b49dc2d8d7a6d60a3 (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 cd453b5b7167392cfdfd2e748bafc74334af4c7f Author: Mike Black W9MDB <mdb...@ya...> Date: Tue May 14 10:27:39 2024 -0500 Reduce verbose level on debug to VERBOSE instead of ERR in newcat.c diff --git a/rigs/yaesu/newcat.c b/rigs/yaesu/newcat.c index 5b5665543..85a20865c 100644 --- a/rigs/yaesu/newcat.c +++ b/rigs/yaesu/newcat.c @@ -1332,7 +1332,7 @@ int newcat_set_freq(RIG *rig, vfo_t vfo, freq_t freq) // just drop through } - rig_debug(RIG_DEBUG_ERR, "%s: is_ft991=%d, CACHE(rig)->split=%d, vfo=%s\n", + rig_debug(RIG_DEBUG_VERBOSE, "%s: is_ft991=%d, CACHE(rig)->split=%d, vfo=%s\n", __func__, is_ft991, cachep->split, rig_strvfo(vfo)); if (priv->band_index < 0) { priv->band_index = newcat_band_index(freq); } ----------------------------------------------------------------------- Summary of changes: rigs/yaesu/newcat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |