From 2fe26a7c6a3bfd29ce00d60ce1e1fcd65bf4c569 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Tue, 29 Aug 2023 17:08:23 -0400 Subject: [PATCH] hostip: fix typo --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hostip.c b/lib/hostip.c index 2b854d79d9..acb4b5140b 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -1240,7 +1240,7 @@ err: dns = Curl_hash_pick(data->dns.hostcache, entry_id, entry_len + 1); if(dns) { - infof(data, "RESOLVE %.*s:%d is - old addresses discarded", + infof(data, "RESOLVE %.*s:%d - old addresses discarded", (int)hlen, host_begin, port); /* delete old entry, there are two reasons for this 1. old entry may have different addresses. -- 2.47.3