mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04: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