mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 06:35:57 -05:00
Add missing argument to DPRINTF() call
This commit is contained in:
parent
94421b0b1b
commit
177fb35d81
@ -300,7 +300,7 @@ process_media_file(char *file, time_t mtime, off_t size, int compilation)
|
||||
|
||||
if (ret < 0)
|
||||
{
|
||||
DPRINTF(E_LOG, L_SCAN, "Could not extract metadata for %s\n");
|
||||
DPRINTF(E_LOG, L_SCAN, "Could not extract metadata for %s\n", file);
|
||||
|
||||
free_mfi(mfi, 0);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user