Adjust log severity

This commit is contained in:
ejurgensen 2015-03-16 21:40:50 +01:00
parent cf6d94eda2
commit 46e4214b39

View File

@ -797,7 +797,7 @@ artwork_get_player_image(char *path, int max_w, int max_h, struct evbuffer *evbu
if (!ret)
{
DPRINTF(E_LOG, L_ART, "Could not read artwork: '%s'\n", path);
DPRINTF(E_WARN, L_ART, "Could not read artwork: '%s'\n", path);
avformat_close_input(&src_ctx);
return 0;