X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=e36cdef934f238534eb50346869bfa20e9d1e38e;hp=46fcfbca6102ab37be3b071c014a078fb738a46c;hb=28afc7781a88734d8954cab3665eb3eacd11c284;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b diff --git a/mp3_afh.c b/mp3_afh.c index 46fcfbca..e36cdef9 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -17,10 +17,11 @@ */ #include "para.h" -#include "afh.h" -#include "server.h" #include "error.h" +#include "afh.h" #include "string.h" +#include "afs.h" +#include "server.h" /** \cond some defines and structs which are only used in this file */ @@ -271,7 +272,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;