src/protocols/msn/msg.c

changeset 5221
86a1444cc9ac
parent 4542
05a476dec582
child 5309
3178acad1449
--- 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);
 }

mercurial