Skip to content

Commit 10f16df

Browse files
committed
PDFBOX-6191: should be debug level
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1933109 13f79535-47bb-0310-9956-ffa450edef68
1 parent 27217a2 commit 10f16df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pdfbox/src/main/java/org/apache/pdfbox/printing/PDFPrintable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public int print(Graphics graphics, PageFormat pageFormat, int pageIndex)
278278
if (rasterDpi > 0)
279279
{
280280
float dpiScale = rasterDpi / 72;
281-
LOG.info("rasterDpi: {}, dpiScale: {}", rasterDpi, dpiScale);
281+
LOG.debug("rasterDpi: {}, dpiScale: {}", rasterDpi, dpiScale);
282282
image = new BufferedImage((int)(imageableWidth * dpiScale / scale),
283283
(int)(imageableHeight * dpiScale / scale),
284284
BufferedImage.TYPE_INT_ARGB);

0 commit comments

Comments
 (0)