mirror of
https://github.com/mirror/wget.git
synced 2025-01-16 07:10:23 +08:00
Further quote*()-related integrations in host.c.
This commit is contained in:
parent
070cf12e40
commit
12db0ebf11
@ -712,7 +712,8 @@ lookup_host (const char *host, int flags)
|
||||
/* No luck with the cache; resolve HOST. */
|
||||
|
||||
if (!silent && !numeric_address)
|
||||
logprintf (LOG_VERBOSE, _("Resolving %s... "), escnonprint (host));
|
||||
logprintf (LOG_VERBOSE, _("Resolving %s... "),
|
||||
quotearg_style (escape_quoting_style, host));
|
||||
|
||||
#ifdef ENABLE_IPV6
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user