diff libpurple/protocols/msn/switchboard.c @ 22535: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
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.c	Fri Mar 21 03:17:36 2008 +0000
+++ b/libpurple/protocols/msn/switchboard.c	Fri Mar 21 04:45:03 2008 +0000
@@ -1194,9 +1194,10 @@
 
 	swboard = trans->data;
 
-	purple_debug_info("msn", "xfr_error %i for %s: trans %x, command %s, reason %i\n",
-					error, (swboard->im_user ? swboard->im_user : "(null)"), trans,
-					(trans->command ? trans->command : "(null)"), reason);
+	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);
 
 	swboard_error_helper(swboard, reason, swboard->im_user);
 }