mirror of
https://github.com/curl/curl.git
synced 2026-06-18 10:56:06 +03:00
fix log message used when unable to connect to destination port
This commit is contained in:
parent
0836893335
commit
6c2c281a7e
1 changed files with 1 additions and 1 deletions
|
|
@ -907,7 +907,7 @@ int main(int argc, char *argv[])
|
|||
if(rc) {
|
||||
error = SOCKERRNO;
|
||||
logmsg("Error connecting to port %d: (%d) %s",
|
||||
port, error, strerror(error));
|
||||
connectport, error, strerror(error));
|
||||
goto sockfilt_cleanup;
|
||||
}
|
||||
logmsg("====> Client connect");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue