Switch to side-by-side view
--- a/src/httpfs.cxx +++ b/src/httpfs.cxx @@ -278,7 +278,11 @@ string icondata; if (!iconpath.empty()) { if (!file_to_string(iconpath, icondata, &reason)) { - LOGERR("Failed reading " << iconpath << " : " << reason << endl); + if (iconpath.compare("/usr/share/upmpdcli/icon.png")) { + LOGERR("Failed reading " << iconpath << " : " << reason << endl); + } else { + LOGDEB("Failed reading " << iconpath << " : " << reason << endl); + } } } string presentationdata;