X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=ae7f117bfaeac1841c6883388a4b2e16c7a31a97;hp=46fcfbca6102ab37be3b071c014a078fb738a46c;hb=7dbd1b5dcca5d9dff4dab9356b7a9bc3fbbec7fa;hpb=cb6d1dfb9e4067229a4bbde0abd05784d97ef14b diff --git a/mp3_afh.c b/mp3_afh.c index 46fcfbca..ae7f117b 100644 --- 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;