mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-19 20:14:18 -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)) {
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user