[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 974d978eaad6ae1d8ebd5
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-04-12 13:34:32
|
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 974d978eaad6ae1d8ebd582c0185a012d009b7a8 (commit) from 681c2ae953662b927a2b4238fcd7696dfd1ff388 (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 974d978eaad6ae1d8ebd582c0185a012d009b7a8 Author: Mike Black W9MDB <mdb...@ya...> Date: Mon Apr 12 08:33:58 2021 -0500 Eliminate debug msg from rigctld.c diff --git a/tests/rigctld.c b/tests/rigctld.c index 41cc030e..f43a1491 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -496,7 +496,7 @@ int main(int argc, char *argv[]) case 'o': vfo_mode++; - rig_debug(RIG_DEBUG_ERR, "%s: #0 vfo_mode=%d\n", __func__, vfo_mode); + //rig_debug(RIG_DEBUG_ERR, "%s: #0 vfo_mode=%d\n", __func__, vfo_mode); break; case 'v': ----------------------------------------------------------------------- Summary of changes: tests/rigctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |