Commit a2cae9aa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ConnectionExists: add missing newline in infof() call

Mistake from commit a464f338
parent 46cb70e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3454,7 +3454,7 @@ ConnectionExists(struct SessionHandle *data,

  if(foundPendingCandidate && data->set.pipewait) {
    infof(data,
          "Found pending candidate for reuse and CURLOPT_PIPEWAIT is set");
          "Found pending candidate for reuse and CURLOPT_PIPEWAIT is set\n");
    *waitpipe = TRUE;
  }