From 73d947213f449bd0a2dc3a8a38c8c60e101e8ad7 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Wed, 30 Sep 2020 12:56:47 -0500 Subject: [PATCH] Reduce debug inj iofunc.c --- src/iofunc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/iofunc.c b/src/iofunc.c index 40621af90..6be8c79b5 100644 --- a/src/iofunc.c +++ b/src/iofunc.c @@ -665,7 +665,7 @@ int HAMLIB_API read_string(hamlib_port_t *p, struct timeval tv, tv_timeout, start_time, end_time, elapsed_time; int total_count = 0; - rig_debug(RIG_DEBUG_TRACE, "%s called, rx_max=%ld\n", __func__, rxmax); + rig_debug(RIG_DEBUG_TRACE, "%s called, rxmax=%ld\n", __func__, rxmax); if (!p || !rxbuffer) { @@ -766,7 +766,6 @@ int HAMLIB_API read_string(hamlib_port_t *p, } ++total_count; - rig_debug(RIG_DEBUG_TRACE, "%s: total_count=%d rxmax-1=%ld\n", __func__, total_count, rxmax-1); if (stopset && memchr(stopset, rxbuffer[total_count - 1], stopset_len)) {