diff src/protocols/msn/msg.c @ 5221:abe4d103e300

[gaim-migrate @ 5591] debug_printf -> gaim_debug committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 08:58:31 +0000
parents 86b0a0243be8
children e2e53316a21d
line wrap: on
line diff
--- 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);
 }