fix log message used when unable to connect to destination port

This commit is contained in:
Yang Tse 2008-03-05 18:27:31 +00:00
parent 0836893335
commit 6c2c281a7e

View File

@ -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");