fix logging bug

This commit is contained in:
Ron Pedde 2004-09-19 06:02:19 +00:00
parent 87f1e02c86
commit 679faff120
1 changed files with 1 additions and 1 deletions

View File

@ -981,7 +981,7 @@ int scan_get_mp3fileinfo(char *file, MP3FILE *pmp3) {
if(ferror(infile)) {
DPRINTF(ERR_LOG,"Error reading: %s\n",strerror(errno));
} else {
DPRINTF(ERR_LOG,"Short file: %s\n",infile);
DPRINTF(ERR_LOG,"Short file: %s\n",file);
}
return -1;
}