diff -r 552a6fb4de03 -r 1ecb840b5101 libpurple/protocols/msnp9/switchboard.c --- a/libpurple/protocols/msnp9/switchboard.c Sun Mar 16 20:35:23 2008 +0000 +++ b/libpurple/protocols/msnp9/switchboard.c Sun Mar 16 20:36:52 2008 +0000 @@ -1171,7 +1171,7 @@ swboard = trans->data; - purple_debug_info("msn", "xfr_error %i for %s: trans %x, command %s, reason %i\n", + purple_debug_info("msn", "xfr_error %i for %s: trans %p, command %s, reason %i\n", error, (swboard->im_user ? swboard->im_user : "(null)"), trans, (trans->command ? trans->command : "(null)"), reason);