mirror of
https://github.com/mirror/wget.git
synced 2026-08-23 03:13:28 +08:00
[svn] Cosmetic change.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user