mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-24 22:46:41 +08:00
[fix]
This commit is contained in:
parent
6848768e8e
commit
a83b4d019d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user