Reduce debug verbosity

Hamlib-4.5
Mike Black W9MDB 2022-10-28 16:30:39 -05:00
rodzic 9c02b2ebc2
commit 5a6b0b4719
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)