--- a/src/protocols/msn/msg.c Sat Apr 26 08:50:50 2003 +0000 +++ b/src/protocols/msn/msg.c Sat Apr 26 08:58:31 2003 +0000 @@ -25,7 +25,7 @@ int msn_write(int fd, void *data, int len) { - debug_printf("MSN C: %s", (char *)data); + gaim_debug(GAIM_DEBUG_MISC, "msn", "C: %s", (char *)data); return write(fd, data, len); }