changeset 17771:7a493fc1e763

We should surface this error to the user when calling purple_connection_error(), but I don't feel like mucking with this code right now, and this is better than nothing
author Mark Doliner <mark@kingant.net>
date Thu, 07 Jun 2007 06:26:06 +0000
parents efb5d0fe4895
children a8d6f071eb6d
files libpurple/protocols/msn/servconn.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/msn/servconn.c	Thu Jun 07 06:22:37 2007 +0000
+++ b/libpurple/protocols/msn/servconn.c	Thu Jun 07 06:26:06 2007 +0000
@@ -195,6 +195,7 @@
 	}
 	else
 	{
+		purple_debug_error("msn", "Connection error: %s\n", error_message);
 		msn_servconn_got_error(servconn, MSN_SERVCONN_ERROR_CONNECT);
 	}
 }