Hamlib-3.1
Michael Tatarinov 2016-12-18 08:17:54 +04:00
rodzic a3849aafb1
commit 7848d49a53
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -218,8 +218,7 @@ int network_open(hamlib_port_t *rp, int default_port)
freeaddrinfo (saved_res);
if (NULL == res) {
rig_debug (RIG_DEBUG_ERR, "Failed to connect to %s\n"
, rp->pathname ? rp->pathname : "localhost:4532");
rig_debug (RIG_DEBUG_ERR, "Failed to connect to %s\n" , rp->pathname);
return -RIG_EIO;
}