Evan Harris 5 years ago committed by jvoisin
parent eccb7e08f5
commit bf309e9117
  1. 1
      airsonic-main/src/main/java/org/airsonic/player/controller/CoverArtController.java

@ -385,6 +385,7 @@ public class CoverArtController implements LastModified {
if (bimg != null) { if (bimg != null) {
return scale(bimg, size, size); return scale(bimg, size, size);
} }
LOG.warn("Failed to process cover art " + coverArt + ": {}", bimg);
} catch (Throwable x) { } catch (Throwable x) {
LOG.warn("Failed to process cover art " + coverArt + ": " + x, x); LOG.warn("Failed to process cover art " + coverArt + ": " + x, x);
} finally { } finally {

Loading…
Cancel
Save