Commit b4c260b1 by 田超

modify log

parent e4d77b88
......@@ -158,7 +158,7 @@ public class PictureUtil {
imagePixel = getImagePixel(bi);
} catch (Exception e) {
imagePixel = Color.CYAN;
LOGGER.error("生成图片失败,图片="+imgFile+","+e.getMessage(),e);
LOGGER.warn("生成图片失败,图片="+imgFile+","+e.getMessage(),e);
}
return imagePixel;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment