]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
url: fix typo
authorJay Satiro <raysatiro@yahoo.com>
Sat, 7 Oct 2023 22:43:14 +0000 (18:43 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Sat, 7 Oct 2023 22:43:14 +0000 (18:43 -0400)
lib/url.c

index f9120ee03e856d0a278d1a2aa70c83598c36a4a4..378bd514d178f7f6ca46d9255311c46b862e1b8b 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -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;
       }