From: Kelly Campbell Date: Sat, 31 Mar 2001 20:10:24 +0000 (+0000) Subject: Made logging go to the same stream (out) for pages and the newline X-Git-Tag: fop-0_18_1~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a9c172dfc5796f4f74b07748adee031114ac02a3;p=xmlgraphics-fop.git Made logging go to the same stream (out) for pages and the newline 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 --- diff --git a/src/org/apache/fop/fo/pagination/PageSequence.java b/src/org/apache/fop/fo/pagination/PageSequence.java index 380f23820..907734664 100644 --- a/src/org/apache/fop/fo/pagination/PageSequence.java +++ b/src/org/apache/fop/fo/pagination/PageSequence.java @@ -281,7 +281,7 @@ public class PageSequence extends FObj areaTree.addPage(currentPage); } while ( flowsAreIncomplete() ); - MessageHandler.errorln(""); + MessageHandler.logln(""); } /**