| 1169 else if (error == 800) |
1169 else if (error == 800) |
| 1170 reason = MSN_SB_ERROR_TOO_FAST; |
1170 reason = MSN_SB_ERROR_TOO_FAST; |
| 1171 |
1171 |
| 1172 swboard = trans->data; |
1172 swboard = trans->data; |
| 1173 |
1173 |
| 1174 purple_debug_info("msn", "xfr_error %i for %s: trans %x, command %s, reason %i\n", |
1174 purple_debug_info("msn", "xfr_error %i for %s: trans %p, command %s, reason %i\n", |
| 1175 error, (swboard->im_user ? swboard->im_user : "(null)"), trans, |
1175 error, (swboard->im_user ? swboard->im_user : "(null)"), trans, |
| 1176 (trans->command ? trans->command : "(null)"), reason); |
1176 (trans->command ? trans->command : "(null)"), reason); |
| 1177 |
1177 |
| 1178 swboard_error_helper(swboard, reason, swboard->im_user); |
1178 swboard_error_helper(swboard, reason, swboard->im_user); |
| 1179 } |
1179 } |