mirror of
https://github.com/curl/curl.git
synced 2026-08-26 19:53:31 +03:00
singleipconnect: show port in the verbose "Trying ..." message
To aid debugging better.
This commit is contained in:
parent
c3e38a4250
commit
4f463da6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -1028,7 +1028,7 @@ static CURLcode singleipconnect(struct connectdata *conn,
|
|||
Curl_closesocket(conn, sockfd);
|
||||
return CURLE_OK;
|
||||
}
|
||||
infof(data, " Trying %s...\n", ipaddress);
|
||||
infof(data, " Trying %s:%ld...\n", ipaddress, port);
|
||||
|
||||
#ifdef ENABLE_IPV6
|
||||
is_tcp = (addr.family == AF_INET || addr.family == AF_INET6) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue