This commit is contained in:
U-BASIS\dgrove 2018-02-28 16:08:23 -05:00
parent 2a121d27c1
commit 3c63e3d802

View File

@ -322,8 +322,8 @@ public class ImageUtils {
} }
return ScalrWrapper.resizeHighQuality(image, iconSize, iconSize); return ScalrWrapper.resizeHighQuality(image, iconSize, iconSize);
} }
} catch (IOException ex) { } catch (IOException iOException) {
LOGGER.log(Level.WARNING, "Failed to get thumbnail for " + getContentPathSafe(content), ex); //NON-NLS LOGGER.log(Level.WARNING, "Failed to get thumbnail for " + getContentPathSafe(content), iOException); //NON-NLS
} }
return DEFAULT_THUMBNAIL; return DEFAULT_THUMBNAIL;
} }