[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 0ba0b55b872d5b56b9745
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-03-21 04:19:59
|
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 0ba0b55b872d5b56b97458ee3ec88befd9de28b7 (commit) from 8c11f888a38776877727c99e5ee388c3ee8005bc (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 0ba0b55b872d5b56b97458ee3ec88befd9de28b7 Author: Michael Black W9MDB <mdb...@ya...> Date: Sat Mar 20 23:19:01 2021 -0500 Remove debug from rigctl_parse.c diff --git a/tests/rigctl_parse.c b/tests/rigctl_parse.c index 4adc1b3b..45963be2 100644 --- a/tests/rigctl_parse.c +++ b/tests/rigctl_parse.c @@ -2231,7 +2231,6 @@ declare_proto_rig(get_vfo_info) { rig_debug(RIG_DEBUG_ERR, "%s: vfo=%s\n", __func__, rig_strvfo(vfo)); } - rig_debug(RIG_DEBUG_ERR, "%s: vfo=%s, freq=%.0f, mode=%s, width=%d\n", __func__, rig_strvfo(vfo), freq, rig_strrmode(mode), (int)width); const char * modestr = rig_strrmode(mode); if (strlen(modestr) == 0) modestr = "None"; ----------------------------------------------------------------------- Summary of changes: tests/rigctl_parse.c | 1 - 1 file changed, 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |