mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45: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)
|
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);
|
free_mfi(&mfi, 1);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user