]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
better debug for warning message
authorKeiron Liddle <keiron@apache.org>
Tue, 25 Sep 2001 12:46:19 +0000 (12:46 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 25 Sep 2001 12:46:19 +0000 (12:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194484 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/flow/StaticContent.java

index f6a919fc7d9afffac2a22204e440edfd5e65e0ae..35a388432b89c5268b2bcbcdd64993b531612c8c 100644 (file)
@@ -77,7 +77,7 @@ public class StaticContent extends Flow {
             Status status;
             if ((status = fo.layout(area)).isIncomplete()) {
                 // in fact all should be laid out and clip, error etc depending on 'overflow'
-                log.debug("Warning: Some static content could not fit in the area.");
+                log.warn("Some static content could not fit in the area.");
                 this.marker = i;
                 if ((i != 0) && (status.getCode() == Status.AREA_FULL_NONE)) {
                     status = new Status(Status.AREA_FULL_SOME);