Browse Source

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
tags/fop-0_18_1
Kelly Campbell 23 years ago
parent
commit
a9c172dfc5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/org/apache/fop/fo/pagination/PageSequence.java

+ 1
- 1
src/org/apache/fop/fo/pagination/PageSequence.java View File

@@ -281,7 +281,7 @@ public class PageSequence extends FObj
areaTree.addPage(currentPage);
} while ( flowsAreIncomplete() );
MessageHandler.errorln("");
MessageHandler.logln("");
}

/**

Loading…
Cancel
Save