mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -05:00
Lower logging level for files with no metadata
This commit is contained in:
parent
ce8fe19627
commit
4551d530f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user