Add missing argument to DPRINTF() call

This commit is contained in:
Julien BLACHE 2009-06-09 18:35:51 +02:00
parent 94421b0b1b
commit 177fb35d81
1 changed files with 1 additions and 1 deletions

View File

@ -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;