]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
log statement should be debug().
authorJeremias Maerki <jeremias@apache.org>
Thu, 30 Jun 2005 06:35:37 +0000 (06:35 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 30 Jun 2005 06:35:37 +0000 (06:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@202494 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java

index c64a307889022f306e1cc8eb542ddaeb4b6e781a..3622d0908360c1df84f67e7810878d1022821481 100644 (file)
@@ -348,7 +348,7 @@ public class PageSequenceLayoutManager extends AbstractLayoutManager {
         }
         
         protected void startPart(BlockSequence list, int breakClass) {
-            log.info("startPart() breakClass=" + breakClass);
+            log.debug("startPart() breakClass=" + breakClass);
             if (curPV == null) {
                 throw new IllegalStateException("curPV must not be null");
             }