Commit 6c2c281a authored by Yang Tse's avatar Yang Tse
Browse files

fix log message used when unable to connect to destination port

parent 08368933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");