mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
Adjust log severity
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user