Lower logging level for files with no metadata

This commit is contained in:
Dustin King 2010-03-22 00:57:19 -07:00 committed by Julien BLACHE
parent ce8fe19627
commit 4551d530f9

View File

@ -269,7 +269,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", file);
DPRINTF(E_INFO, L_SCAN, "Could not extract metadata for %s\n", file);
free_mfi(&mfi, 1);
return;