diff src/protocols/msn/cmdproc.c @ 19785:852b32710df0

[gaim-migrate @ 16507] add the contact list retrieve and dump contact list to server currently can do chanllenge successfully But can't get the buddy list done by MaYuan<mayuan2006@gmail.com> committer: Ethan Blanton <elb@pidgin.im>
author Ma Yuan <mayuan2006@gmail.com>
date Mon, 17 Jul 2006 12:22:37 +0000
parents bc30c6270d9f
children 23258253c7a0
line wrap: on
line diff
--- a/src/protocols/msn/cmdproc.c	Sun Jul 09 16:48:25 2006 +0000
+++ b/src/protocols/msn/cmdproc.c	Mon Jul 17 12:22:37 2006 +0000
@@ -134,6 +134,7 @@
 	}
 
 	msn_servconn_write(servconn, data, len);
+	gaim_debug_info("<<","%s",data);
 
 	g_free(data);
 }