# HG changeset patch # User Christian Hammond # Date 1051347576 0 # Node ID 03bbfe32922327f1e7ee7314782afc73d51e6df2 # Parent abe4d103e300e60a342159eb62f30b472fafc567 [gaim-migrate @ 5592] debug_printf -> gaim_debug (because it was easy) committer: Tailor Script diff -r abe4d103e300 -r 03bbfe329223 src/protocols/napster/napster.c --- 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); }