diff src/madplug/input.c @ 612:951b24719ce9 trunk

[svn] - fix for audmad_is_our_fd() - added my TODO list ;p
author yaz
date Tue, 06 Feb 2007 21:01:15 -0800
parents 3f7a52adfe0e
children 85a70ace8c02
line wrap: on
line diff
--- a/src/madplug/input.c	Tue Feb 06 12:11:42 2007 -0800
+++ b/src/madplug/input.c	Tue Feb 06 21:01:15 2007 -0800
@@ -397,7 +397,7 @@
 gboolean input_get_info(struct mad_info_t *info, gboolean fast_scan)
 {
 #ifdef DEBUG
-    g_message("f: input_get_info: %s", info->title);
+    g_message("f: input_get_info: %s, fast_scan = %s", info->title, fast_scan ? "TRUE" : "FALSE");
 #endif                          /* DEBUG */
     input_read_tag(info);
     input_read_replaygain(info);