Skip to content

Commit 16a9f08

Browse files
committed
update the file
1 parent 0c98120 commit 16a9f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

certificate-processor/src/main/java/org/sunbird/incredible/processor/qrcode/utils/QRCodeImageGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private BufferedImage getTextImage(String text, String fontName, int fontSize, d
221221
logger.info("input stream value is not null for fontfile " + fontFile + " " + inputStream);
222222
basicFont = Font.createFont(Font.TRUETYPE_FONT, inputStream);
223223
} catch (Exception e) {
224-
logger.debug("Exception occurred during font creation " + e);
224+
logger.error("Exception occurred during font creation " + e);
225225
}
226226
Map<TextAttribute, Object> attributes = new HashMap<TextAttribute, Object>();
227227
attributes.put(TextAttribute.TRACKING, tracking);

0 commit comments

Comments
 (0)