From 1897176633a207f4e84b90d954c426eb7cfb205f Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Thu, 24 Apr 2008 21:43:09 +0200 Subject: [PATCH] Further quote*()-related integrations in connect.c. --- src/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connect.c b/src/connect.c index 2626ef32..1e8f07e5 100644 --- a/src/connect.c +++ b/src/connect.c @@ -268,7 +268,7 @@ connect_to_ip (const ip_address *ip, int port, const char *print) const char *txt_addr = print_address (ip); if (print && 0 != strcmp (print, txt_addr)) logprintf (LOG_VERBOSE, _("Connecting to %s|%s|:%d... "), - escnonprint (print), txt_addr, port); + escnonprint_uri (print), txt_addr, port); else logprintf (LOG_VERBOSE, _("Connecting to %s:%d... "), txt_addr, port); } -- 2.39.2