Improved debug output to show multicast output and rigctl port info

pull/1068/head
Mike Black W9MDB 2022-06-08 10:11:59 -05:00
rodzic 2a3fb3bb08
commit f7fe9dc239
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -977,7 +977,7 @@ int network_multicast_publisher_start(RIG *rig, const char *multicast_addr,
ENTERFUNC;
rig_debug(RIG_DEBUG_VERBOSE, "%s(%d):address=%s, port=%d\n", __FILE__, __LINE__,
rig_debug(RIG_DEBUG_VERBOSE, "%s(%d):multicast address=%s, port=%d\n", __FILE__, __LINE__,
multicast_addr, multicast_port);
if (strcmp(multicast_addr, "0.0.0.0") == 0)

Wyświetl plik

@ -974,6 +974,7 @@ int main(int argc, char *argv[])
/*
* main loop accepting connections
*/
rig_debug(RIG_DEBUG_TRACE, "%s: rigctld listening on port %s\n", __func__, portno);
do
{
fd_set set;