--- 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); }