ogg_afh.c: Store the bitrate in KHz rather than in Hz.
[paraslash.git] / mp3_afh.c
index dde71c505f8180d103d03d387e366a0427ccec4c..ae7f117bfaeac1841c6883388a4b2e16c7a31a97 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -16,6 +16,8 @@
  *                      Johannes Overmann <overmann@iname.com>
  */
 
+#include "para.h"
+#include "afh.h"
 #include "server.h"
 #include "error.h"
 #include "string.h"
@@ -269,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;