comparison 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
comparison
equal deleted inserted replaced
5453:a57165ee5666 5454:c6efac0e28ff
98 98
99 return FALSE; 99 return FALSE;
100 } 100 }
101 101
102 gaim_debug(GAIM_DEBUG_MISC, "msn", 102 gaim_debug(GAIM_DEBUG_MISC, "msn",
103 "Message: {%s}\n", msn_message_get_body(msg)); 103 "Message: {%s}\n", buffer);
104 104
105 cb(servconn, msg); 105 cb(servconn, msg);
106 106
107 msn_message_destroy(msg); 107 msn_message_destroy(msg);
108 108