ConnectionExists: add missing newline in infof() call

Mistake from commit a464f33843
This commit is contained in:
Daniel Stenberg 2016-01-05 12:09:33 +01:00
parent 46cb70e9fa
commit a2cae9aafd
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}