From cf577bca84f4118e0b884afb4b2b7915f74bed58 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sat, 7 Oct 2023 18:43:14 -0400 Subject: [PATCH] url: fix typo --- lib/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/url.c b/lib/url.c index f9120ee03e..378bd514d1 100644 --- 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; } -- 2.47.3