mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-30 01:03:44 -04:00
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…
x
Reference in New Issue
Block a user