mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Updated mage-card-plugin.
This commit is contained in:
parent
f78b4017bf
commit
c0da5e1fa0
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -168,7 +168,7 @@ public class ImageCache {
|
|||
BufferedImage image = getResizedImage(original, Constants.THUMBNAIL_SIZE_FULL);
|
||||
File imagePath = new File(path);
|
||||
try {
|
||||
log.info("thumbnail path:"+path);
|
||||
//log.debug("thumbnail path:"+path);
|
||||
ImageIO.write(image, "jpg", imagePath);
|
||||
} catch (Exception e) {
|
||||
log.error(e,e);
|
||||
|
|
Loading…
Reference in a new issue