Updated mage-card-plugin.

This commit is contained in:
magenoxx 2011-05-11 21:24:34 +04:00
parent f78b4017bf
commit c0da5e1fa0
2 changed files with 1 additions and 1 deletions

View file

@ -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);