]> sjero.net Git - wget/blobdiff - src/connect.c
Further quote*()-related integrations in connect.c.
[wget] / 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);
     }