mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-03 19:30:41 -04: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)
|
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);
|
free_mfi(mfi, 0);
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user