From c12e07faa611b88fc05734c54a7efa5c8e4b2c09 Mon Sep 17 00:00:00 2001 From: hniksic Date: Sun, 2 Nov 2003 13:16:43 -0800 Subject: [PATCH] [svn] Cosmetic change. --- src/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connect.c b/src/connect.c index 12aaeb85..4136cc6e 100644 --- a/src/connect.c +++ b/src/connect.c @@ -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); } -- 2.39.2