mirror of
https://github.com/curl/curl.git
synced 2026-06-02 02:44:35 +03:00
ConnectionExists: add missing newline in infof() call
Mistake from commit a464f33843
This commit is contained in:
parent
46cb70e9fa
commit
a2cae9aafd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue