mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-16 01:03:16 -05:00
Adjust log severity
This commit is contained in:
parent
cf6d94eda2
commit
46e4214b39
@ -797,7 +797,7 @@ artwork_get_player_image(char *path, int max_w, int max_h, struct evbuffer *evbu
|
|||||||
|
|
||||||
if (!ret)
|
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);
|
avformat_close_input(&src_ctx);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user