Reduce debug level

pull/518/head
Michael Black W9MDB 2021-01-17 08:19:12 -06:00
rodzic 70f27a0a03
commit 9db79eb841
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -139,7 +139,7 @@ int network_open(hamlib_port_t *rp, int default_port)
struct in6_addr serveraddr;
char hoststr[256], portstr[6] = "";
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);
ENTERFUNC;
rig_debug(RIG_DEBUG_VERBOSE, "%s version 1.0\n", __func__);
#ifdef __MINGW32__
@ -183,7 +183,7 @@ int network_open(hamlib_port_t *rp, int default_port)
if (status != RIG_OK) { return status; }
rig_debug(RIG_DEBUG_ERR, "%s: hoststr=%s, portstr=%s\n", __func__, hoststr,
rig_debug(RIG_DEBUG_TRACE, "%s: hoststr=%s, portstr=%s\n", __func__, hoststr,
portstr);
}