diff src/protocols/msn/servconn.c @ 5454:c6efac0e28ff

[gaim-migrate @ 5842] Fixed the bug where EVERYBODY is a gaim user. This may have fixed a couple other bugs as well. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 20 May 2003 03:32:37 +0000
parents ad445074d239
children 4f72b611f0ee
line wrap: on
line diff
--- a/src/protocols/msn/servconn.c	Tue May 20 03:11:15 2003 +0000
+++ b/src/protocols/msn/servconn.c	Tue May 20 03:32:37 2003 +0000
@@ -100,7 +100,7 @@
 	}
 
 	gaim_debug(GAIM_DEBUG_MISC, "msn",
-			   "Message: {%s}\n", msn_message_get_body(msg));
+			   "Message: {%s}\n", buffer);
 
 	cb(servconn, msg);