From: Jay Satiro Date: Tue, 29 Aug 2023 21:08:23 +0000 (-0400) Subject: hostip: fix typo X-Git-Tag: curl-8_3_0~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fe26a7c6a3bfd29ce00d60ce1e1fcd65bf4c569;p=thirdparty%2Fcurl.git hostip: fix typo --- 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.