[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-91-gd18196f6
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-09-04 22:42:31
|
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 d18196f685bd632ca831c976ed2a50a4f2bdf428 (commit) from 481cdbd62c18347b94deab9d30965b43403a284d (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 d18196f685bd632ca831c976ed2a50a4f2bdf428 Author: Michael Black W9MDB <mdb...@ya...> Date: Fri Sep 4 17:42:11 2020 -0500 Lower log level of debug statement diff --git a/src/rig.c b/src/rig.c index 0df350a1..cbac4821 100644 --- a/src/rig.c +++ b/src/rig.c @@ -2242,7 +2242,7 @@ int HAMLIB_API rig_set_ptt(RIG *rig, vfo_t vfo, ptt_t ptt) && rs->pttport.fd < 0 && RIG_PTT_OFF != ptt) { - rig_debug(RIG_DEBUG_ERR, "%s: PTT RTS debug#1\n", __func__); + rig_debug(RIG_DEBUG_TRACE, "%s: PTT RTS debug#1\n", __func__); rs->pttport.fd = ser_open(&rs->pttport); ----------------------------------------------------------------------- Summary of changes: src/rig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |