X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhost.c;h=fdb35b1cad2bc92c5fa935eb2f7f5fbdfcbea493;hp=5a530221da17969cdd17ba42cbc86a305e699771;hb=766df9d4e9392045a4e5c730ed81e599b509557a;hpb=2c772204111e678b7715937052c3e7217a42e1ad diff --git a/src/host.c b/src/host.c index 5a530221..fdb35b1c 100644 --- a/src/host.c +++ b/src/host.c @@ -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 {