diff src/madplug/configure.c @ 2214:9a869d4bb0d3

make use of AUDDBG() for debug print out.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 06 Dec 2007 23:25:24 +0900
parents b8da6a0b0da2
children 59addab003d7
line wrap: on
line diff
--- a/src/madplug/configure.c	Thu Dec 06 22:52:00 2007 +0900
+++ b/src/madplug/configure.c	Thu Dec 06 23:25:24 2007 +0900
@@ -37,9 +37,8 @@
 {
     ConfigDb *db;
     const gchar *text = NULL;
-#ifdef DEBUG
-    g_message("saving");
-#endif
+
+    AUDDBG("saving");
 
     audmad_config.fast_play_time_calc =
         gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(fast_playback));