ConnectionExists: add missing newline in infof() call
Mistake from commit a464f33843ee1
This commit is contained in:
parent
46cb70e9fa
commit
a2cae9aafd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user