From a1236f440014ba4687892649cceec2353cafad3e Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Wed, 8 Jan 2014 22:13:20 +0100 Subject: [PATCH] Lower log level of message "Failed to retrieve artwork..." --- src/raop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/raop.c b/src/raop.c index cf08c41f..55b073dd 100644 --- a/src/raop.c +++ b/src/raop.c @@ -851,7 +851,7 @@ raop_metadata_prepare(int id, uint64_t rtptime) ret = artwork_get_item_filename(dbmfi.path, 600, 600, ART_CAN_PNG | ART_CAN_JPEG, rmd->artwork); if (ret < 0) { - DPRINTF(E_LOG, L_RAOP, "Failed to retrieve artwork for '%s' (%d); no artwork will be sent\n", dbmfi.title, id); + DPRINTF(E_INFO, L_RAOP, "Failed to retrieve artwork for '%s' (%d); no artwork will be sent\n", dbmfi.title, id); evbuffer_free(rmd->artwork); rmd->artwork = NULL;