This commit is contained in:
Evan Harris
2019-07-17 22:48:41 +00:00
committed by jvoisin
parent eccb7e08f5
commit bf309e9117
@@ -385,6 +385,7 @@ public class CoverArtController implements LastModified {
if (bimg != null) {
return scale(bimg, size, size);
}
LOG.warn("Failed to process cover art " + coverArt + ": {}", bimg);
} catch (Throwable x) {
LOG.warn("Failed to process cover art " + coverArt + ": " + x, x);
} finally {