]> sjero.net Git - wget/blobdiff - src/connect.c
[svn] Cosmetic change.
[wget] / src / connect.c
index 12aaeb8560cd81e7825f17c6e51675f05a93ec15..4136cc6e6206d2839e267bbd6c72a4a4d9783270 100644 (file)
@@ -242,7 +242,7 @@ connect_to_ip (const ip_address *ip, int port, const char *print)
       const char *txt_addr = pretty_print_address (ip);
       if (print && 0 != strcmp (print, txt_addr))
        logprintf (LOG_VERBOSE,
-                  _("Connecting to %s{%s}:%d... "), print, txt_addr, port);
+                  _("Connecting to %s|%s|:%d... "), print, txt_addr, port);
       else
        logprintf (LOG_VERBOSE, _("Connecting to %s:%d... "), txt_addr, port);
     }