diff libpurple/protocols/msn/notification.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 a298447b2d66
children 575c4bda3b23
line wrap: on
line diff
--- a/libpurple/protocols/msn/notification.c	Fri Mar 21 03:17:36 2008 +0000
+++ b/libpurple/protocols/msn/notification.c	Fri Mar 21 04:45:03 2008 +0000
@@ -461,7 +461,7 @@
 	passport = msg->remote_user;
 
 	content_type = msn_message_get_content_type(msg);
-	purple_debug_info("MSNP14","type:%d\n",content_type);
+	purple_debug_info("MSNP14", "type:%s\n", content_type);
 	if(!strcmp(content_type,"text/plain")){
 		const char *value;
 		const char *body;