mirror of
https://github.com/curl/curl.git
synced 2026-04-27 19:32:17 +03:00
url: fix typo
This commit is contained in:
parent
c20f425192
commit
cf577bca84
1 changed files with 1 additions and 1 deletions
|
|
@ -1169,7 +1169,7 @@ ConnectionExists(struct Curl_easy *data,
|
|||
foundPendingCandidate = TRUE;
|
||||
/* Don't pick a connection that hasn't connected yet */
|
||||
infof(data, "Connection #%" CURL_FORMAT_CURL_OFF_T
|
||||
"isn't open enough, can't reuse", check->connection_id);
|
||||
" isn't open enough, can't reuse", check->connection_id);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue