diff src/protocols/msn/sync.c @ 9225:554ef91db2dd

[gaim-migrate @ 10021] Another fix, like the previous time, and some #if 0'd debug info. The MSN servers are doing something they're not supposed to do, it seems. We're investigating. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 20:45:53 +0000
parents ab6636c5a136
children 997c28571364
line wrap: on
line diff
--- a/src/protocols/msn/sync.c	Sun Jun 06 20:31:20 2004 +0000
+++ b/src/protocols/msn/sync.c	Sun Jun 06 20:45:53 2004 +0000
@@ -121,6 +121,14 @@
 	friend     = gaim_url_decode(cmd->params[1]);
 	list_op    = atoi(cmd->params[2]);
 
+#if 0
+	gaim_debug_misc("msn", "Got list op = %d\n", list_op);
+	gaim_debug_misc("msn", "FL = %d\n", (list_op & MSN_LIST_FL_OP));
+	gaim_debug_misc("msn", "AL = %d\n", (list_op & MSN_LIST_AL_OP));
+	gaim_debug_misc("msn", "BL = %d\n", (list_op & MSN_LIST_BL_OP));
+	gaim_debug_misc("msn", "RL = %d\n", (list_op & MSN_LIST_RL_OP));
+#endif
+
 	user = msn_user_new(session->userlist, passport, friend);
 
 	msn_userlist_add_user(session->userlist, user);