1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Cosmetic change.

This commit is contained in:
hniksic 2003-11-02 13:16:43 -08:00
parent 12693decd1
commit c12e07faa6

View 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);
}