X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fhost.c;h=fdb35b1cad2bc92c5fa935eb2f7f5fbdfcbea493;hb=123f5c39669abc055987d69a311785c861494c87;hp=d915393c398a6e13ddc243caf5090bd9e22f2869;hpb=462e643a7e31676eceda23e634241f7b4d2cd7bb;p=wget diff --git a/src/host.c b/src/host.c index d915393c..fdb35b1c 100644 --- a/src/host.c +++ b/src/host.c @@ -1,6 +1,6 @@ /* Host name resolution and matching. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, - 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Wget. @@ -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 {