changeset 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 b09c922c9f34
children 07701f0ae8e5
files src/madplug/replaygain.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);
             }