Skip to content
Snippets Groups Projects
Commit a2cae9aa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

ConnectionExists: add missing newline in infof() call

Mistake from commit a464f338
parent 46cb70e9
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment