1
0
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:
Steven Schubiger 2008-04-25 23:05:54 +02:00
parent 070cf12e40
commit 12db0ebf11

View File

@ -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
{