comparison libpurple/protocols/msn/switchboard.c @ 22518:6aa076a2ea6f

Another patch from Maiku that improves the way we send mobile messages, this probably needs another patch before it's useful. References #5232
author Ka-Hing Cheung <khc@hxbc.us>
date Fri, 21 Mar 2008 04:45:03 +0000
parents 23fef20a0ef2
children 05cb3f04c01e aceb6c9734a4
comparison
equal deleted inserted replaced
22517:63ffeb5c20a0 22518:6aa076a2ea6f
1192 else if (error == 800) 1192 else if (error == 800)
1193 reason = MSN_SB_ERROR_TOO_FAST; 1193 reason = MSN_SB_ERROR_TOO_FAST;
1194 1194
1195 swboard = trans->data; 1195 swboard = trans->data;
1196 1196
1197 purple_debug_info("msn", "xfr_error %i for %s: trans %x, command %s, reason %i\n", 1197 purple_debug_info("msn",
1198 error, (swboard->im_user ? swboard->im_user : "(null)"), trans, 1198 "xfr_error %i for %s: trans %p, command %s, reason %i\n",
1199 (trans->command ? trans->command : "(null)"), reason); 1199 error, (swboard->im_user ? swboard->im_user : "(null)"), trans,
1200 (trans->command ? trans->command : "(null)"), reason);
1200 1201
1201 swboard_error_helper(swboard, reason, swboard->im_user); 1202 swboard_error_helper(swboard, reason, swboard->im_user);
1202 } 1203 }
1203 1204
1204 void 1205 void