From: Keiron Liddle Date: Tue, 25 Sep 2001 12:46:19 +0000 (+0000) Subject: better debug for warning message X-Git-Tag: fop-0_20_3~34 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=894284858ff598db83eb61565cf8cbc52e2b0fa1;p=xmlgraphics-fop.git better debug for warning message git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194484 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/fo/flow/StaticContent.java b/src/org/apache/fop/fo/flow/StaticContent.java index f6a919fc7..35a388432 100644 --- a/src/org/apache/fop/fo/flow/StaticContent.java +++ b/src/org/apache/fop/fo/flow/StaticContent.java @@ -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);