mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-10 05:59:45 -05:00
Add missing argument to DPRINTF() call
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user