aboutsummaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-01-05 12:09:33 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-01-06 00:54:49 +0100
commita2cae9aafda42723181d1ba441651478046862cf (patch)
treef53afad559d446b52a91d8b7d712f6af23d75e04 /lib/url.c
parent46cb70e9fa81c9a56de484cdd7c5d9d0d9fbec36 (diff)
ConnectionExists: add missing newline in infof() call
Mistake from commit a464f33843ee1
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
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;
}