# HG changeset patch # User Tony Vroon # Date 1241400371 -3600 # Node ID bdfc90a5a183c4e7b7ea4bc925f87af24fc2e4ce # Parent b09c922c9f3407512662afb80a47332edf50ee3a Tone down debugging message, no need to print this publically. diff -r b09c922c9f34 -r bdfc90a5a183 src/madplug/replaygain.c --- 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); }