mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Cosmetic change.
This commit is contained in:
parent
12693decd1
commit
c12e07faa6
@ -242,7 +242,7 @@ connect_to_ip (const ip_address *ip, int port, const char *print)
|
|||||||
const char *txt_addr = pretty_print_address (ip);
|
const char *txt_addr = pretty_print_address (ip);
|
||||||
if (print && 0 != strcmp (print, txt_addr))
|
if (print && 0 != strcmp (print, txt_addr))
|
||||||
logprintf (LOG_VERBOSE,
|
logprintf (LOG_VERBOSE,
|
||||||
_("Connecting to %s{%s}:%d... "), print, txt_addr, port);
|
_("Connecting to %s|%s|:%d... "), print, txt_addr, port);
|
||||||
else
|
else
|
||||||
logprintf (LOG_VERBOSE, _("Connecting to %s:%d... "), txt_addr, port);
|
logprintf (LOG_VERBOSE, _("Connecting to %s:%d... "), txt_addr, port);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user