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.