mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
fix log message used when unable to connect to destination port
This commit is contained in:
parent
0836893335
commit
6c2c281a7e
@ -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…
x
Reference in New Issue
Block a user