]> sjero.net Git - wget/commitdiff
Further quote*()-related integrations in connect.c.
authorSteven Schubiger <schubiger@gmail.com>
Thu, 24 Apr 2008 19:43:09 +0000 (21:43 +0200)
committerSteven Schubiger <schubiger@gmail.com>
Thu, 24 Apr 2008 19:43:09 +0000 (21:43 +0200)
src/connect.c

index 2626ef3208dee2fe7054ba61db79b8d743370327..1e8f07e5fcd98755ac8b5f78d763192b249c3434 100644 (file)
@@ -268,7 +268,7 @@ connect_to_ip (const ip_address *ip, int port, const char *print)
       const char *txt_addr = print_address (ip);
       if (print && 0 != strcmp (print, txt_addr))
         logprintf (LOG_VERBOSE, _("Connecting to %s|%s|:%d... "),
-                   escnonprint (print), txt_addr, port);
+                   escnonprint_uri (print), txt_addr, port);
       else
         logprintf (LOG_VERBOSE, _("Connecting to %s:%d... "), txt_addr, port);
     }