diff --git a/lib/url.c b/lib/url.c index 875cb8b20..49c71becc 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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; }