From 894284858ff598db83eb61565cf8cbc52e2b0fa1 Mon Sep 17 00:00:00 2001 From: Keiron Liddle Date: Tue, 25 Sep 2001 12:46:19 +0000 Subject: [PATCH] better debug for warning message 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5