This commit is contained in:
Dmitry Orlov 2018-07-05 13:34:31 +03:00
parent 6848768e8e
commit a83b4d019d

View File

@ -109,7 +109,7 @@ void Socket::getFirstAddr(const char* addr, int type, int protocol, sockaddr* re
port++;
}
logDebug("Connecting to %s %d", host, port);
logDebug("Connecting to %s", addr);
struct addrinfo hints;
struct addrinfo *dst;