]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Changed the logging mechanism for the PDF filter list to debug level
authorMehdi Houshmand <mehdi@apache.org>
Wed, 4 Jul 2012 14:12:38 +0000 (14:12 +0000)
committerMehdi Houshmand <mehdi@apache.org>
Wed, 4 Jul 2012 14:12:38 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1357272 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/pdf/PDFRendererConfig.java

index 04934560968cd24aa256894f31c43a30360282aa..0de7443bfb8b2d32d2781488683508a59afea97b 100644 (file)
@@ -185,7 +185,7 @@ public final class PDFRendererConfig implements RendererConfig {
                         }
                         debug.append(filterList.get(j));
                     }
-                    LogUtil.handleError(LOG, debug.toString(), true);
+                    LOG.debug(debug.toString());
                 }
 
                 if (filterMap.get(type) != null) {