]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Made logging go to the same stream (out) for pages and the newline
authorKelly Campbell <kellyc@apache.org>
Sat, 31 Mar 2001 20:10:24 +0000 (20:10 +0000)
committerKelly Campbell <kellyc@apache.org>
Sat, 31 Mar 2001 20:10:24 +0000 (20:10 +0000)
after a page sequence. The newline was previously going to the err stream.
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194184 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/pagination/PageSequence.java

index 380f238202343756797e0a9d53b99d6d91179a8b..90773466430146224c8a55f998927f7e748633a4 100644 (file)
@@ -281,7 +281,7 @@ public class PageSequence extends FObj
             areaTree.addPage(currentPage);
        } while ( flowsAreIncomplete() );
                
-        MessageHandler.errorln("");
+        MessageHandler.logln("");
     }
 
     /**