From a2cae9aafda42723181d1ba441651478046862cf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 5 Jan 2016 12:09:33 +0100 Subject: ConnectionExists: add missing newline in infof() call Mistake from commit a464f33843ee1 --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3