mirror of
https://github.com/curl/curl.git
synced 2025-02-23 15:10:03 +08:00
hostip: fix typo
This commit is contained in:
parent
226d042a58
commit
2fe26a7c6a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user