changeset 5222:03bbfe329223

[gaim-migrate @ 5592] debug_printf -> gaim_debug (because it was easy) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 08:59:36 +0000
parents abe4d103e300
children e2e5bc3ca705
files src/protocols/napster/napster.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/napster/napster.c	Sat Apr 26 08:58:31 2003 +0000
+++ b/src/protocols/napster/napster.c	Sat Apr 26 08:59:36 2003 +0000
@@ -192,7 +192,7 @@
 
 	buf[len] = 0;
 	
-	debug_printf("DEBUG: %s\n", buf);
+	gaim_debug(GAIM_DEBUG_MISC, "napster", "DEBUG: %s\n", buf);
 
 	if (command == 0xd6) {
 		res = g_strsplit(buf, " ", 0);
@@ -355,7 +355,8 @@
 		return;
 	}
 
-	debug_printf("NAP: [COMMAND: 0x%04x] %s\n", command, buf);
+	gaim_debug(GAIM_DEBUG_MISC, "napster",
+			   "NAP: [COMMAND: 0x%04x] %s\n", command, buf);
 
 	g_free(buf);
 }