ogg_afh.c: Store the bitrate in KHz rather than in Hz.
[paraslash.git] / mp3_afh.c
index 46fcfbca6102ab37be3b071c014a078fb738a46c..ae7f117bfaeac1841c6883388a4b2e16c7a31a97 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -271,7 +271,7 @@ static void mp3_get_id3(unsigned char *map, size_t numbytes, off_t *fpos)
                return;
        *fpos = numbytes - 128;
        if (strncmp("TAG", (char *) map + *fpos, 3)) {
-               PARA_INFO_LOG("%s", "no id3 tag\n");
+               PARA_DEBUG_LOG("%s", "no id3 tag\n");
                return;
        }
        *fpos = numbytes - 125;