From: Daniel Stenberg Date: Tue, 5 Jan 2016 11:09:33 +0000 (+0100) Subject: ConnectionExists: add missing newline in infof() call X-Git-Tag: curl-7_47_0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2cae9aafda42723181d1ba441651478046862cf;p=thirdparty%2Fcurl.git ConnectionExists: add missing newline in infof() call Mistake from commit a464f33843ee1 --- diff --git a/lib/url.c b/lib/url.c index 875cb8b206..49c71beccd 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; }