changeset 24749:333f03472486

This string appears before the connection attempt, so it shouldn't be implying a successful past tense.
author Kevin Stange <kevin@simguy.net>
date Sat, 04 Oct 2008 06:13:33 +0000
parents 3f4b6162995f
children 95ef7beb926b
files libpurple/proxy.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/proxy.c	Sun Sep 28 08:05:07 2008 +0000
+++ b/libpurple/proxy.c	Sat Oct 04 06:13:33 2008 +0000
@@ -621,7 +621,7 @@
 	if (!PURPLE_PROXY_CONNECT_DATA_IS_VALID(connect_data))
 		return;
 
-	purple_debug_info("proxy", "Connected to %s:%d.\n",
+	purple_debug_info("proxy", "Connecting to %s:%d.\n",
 					connect_data->host, connect_data->port);
 
 	/*