fix logging bug
This commit is contained in:
parent
87f1e02c86
commit
679faff120
|
@ -981,7 +981,7 @@ int scan_get_mp3fileinfo(char *file, MP3FILE *pmp3) {
|
||||||
if(ferror(infile)) {
|
if(ferror(infile)) {
|
||||||
DPRINTF(ERR_LOG,"Error reading: %s\n",strerror(errno));
|
DPRINTF(ERR_LOG,"Error reading: %s\n",strerror(errno));
|
||||||
} else {
|
} else {
|
||||||
DPRINTF(ERR_LOG,"Short file: %s\n",infile);
|
DPRINTF(ERR_LOG,"Short file: %s\n",file);
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue