]> granicus.if.org Git - curl/commitdiff
ConnectionExists: add missing newline in infof() call
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Jan 2016 11:09:33 +0000 (12:09 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Jan 2016 23:54:49 +0000 (00:54 +0100)
Mistake from commit a464f33843ee1

lib/url.c

index 875cb8b2068d5f01480212262bf2b6e6722ba79f..49c71beccd51f03a04a9ce41ce262c2367bb1a85 100644 (file)
--- 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;
   }