[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 5a6b0b471967f53b7f591
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <n0...@us...> - 2022-10-29 22:57:13
|
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 5a6b0b471967f53b7f591bc3bdca127555768dbc (commit) from 9c02b2ebc2df7a2ac55806e721ec1a95025f75b5 (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 5a6b0b471967f53b7f591bc3bdca127555768dbc Author: Mike Black W9MDB <mdb...@ya...> Date: Fri Oct 28 16:30:39 2022 -0500 Reduce debug verbosity diff --git a/src/iofunc.c b/src/iofunc.c index dc0c1937..0b8e6ae9 100644 --- a/src/iofunc.c +++ b/src/iofunc.c @@ -1349,7 +1349,7 @@ static int read_string_generic(hamlib_port_t *p, #endif rd_count = port_read_generic(p, &rxbuffer[total_count], expected_len == 1 ? 1 : minlen, direct); - rig_debug(RIG_DEBUG_VERBOSE, "%s: read %d bytes\n", __func__, (int)rd_count); +// rig_debug(RIG_DEBUG_VERBOSE, "%s: read %d bytes\n", __func__, (int)rd_count); minlen -= rd_count; if (errno == EAGAIN) ----------------------------------------------------------------------- Summary of changes: src/iofunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |