X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=ae7f117bfaeac1841c6883388a4b2e16c7a31a97;hp=dde71c505f8180d103d03d387e366a0427ccec4c;hb=8fe757457fa56a6a1c9f17c466391d790ff58c58;hpb=f6f50d03a09d6bc423324206d274336e9905bbb4;ds=sidebyside diff --git a/mp3_afh.c b/mp3_afh.c index dde71c50..ae7f117b 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -16,6 +16,8 @@ * Johannes Overmann */ +#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;