diff src/madplug/replaygain.c @ 3117:bdfc90a5a183

Tone down debugging message, no need to print this publically.
author Tony Vroon <chainsaw@gentoo.org>
date Mon, 04 May 2009 02:26:11 +0100
parents f1b6f1b2cdb3
children
line wrap: on
line diff
--- a/src/madplug/replaygain.c	Sun May 03 20:53:48 2009 -0400
+++ b/src/madplug/replaygain.c	Mon May 04 02:26:11 2009 +0100
@@ -337,7 +337,7 @@
             aud_vfs_fseek(fp, offs, SEEK_CUR);
             res = readAPE2Tag(fp, file_info);
             if (res != 0) {
-                g_message
+                AUDDBG
                     ("hmpf, was supposed to find a tag.. offs=%d, res=%d",
                      offs, res);
             }