libpurple/protocols/msnp9/switchboard.c

changeset 22622
1ecb840b5101
parent 22164
2307c0c05225
child 22848
f5d49420a15c
equal deleted inserted replaced
22621:552a6fb4de03 22622:1ecb840b5101
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 }

mercurial