# HG changeset patch # User Mark Doliner # Date 1181197566 0 # Node ID 7a493fc1e76353730726ea3baed238afe5d98fa4 # Parent efb5d0fe489501cb473d836faafae6c1dbb0cb02 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 diff -r efb5d0fe4895 -r 7a493fc1e763 libpurple/protocols/msn/servconn.c --- 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); } }