]> sjero.net Git - wget/commitdiff
Further quote*()-related integrations in host.c.
authorSteven Schubiger <schubiger@gmail.com>
Fri, 25 Apr 2008 21:05:54 +0000 (23:05 +0200)
committerSteven Schubiger <schubiger@gmail.com>
Fri, 25 Apr 2008 21:05:54 +0000 (23:05 +0200)
src/host.c

index 5a530221da17969cdd17ba42cbc86a305e699771..fdb35b1cad2bc92c5fa935eb2f7f5fbdfcbea493 100644 (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
   {