keiron 01/09/25 05:46:19
Modified: src/org/apache/fop/fo/flow StaticContent.java
Log:
better debug for warning message
Revision Changes Path
1.17 +2 -2 xml-fop/src/org/apache/fop/fo/flow/StaticContent.java
Index: StaticContent.java
===================================================================
RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/StaticContent.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- StaticContent.java 2001/08/20 11:19:23 1.16
+++ StaticContent.java 2001/09/25 12:46:19 1.17
@@ -1,5 +1,5 @@
/*
- * $Id: StaticContent.java,v 1.16 2001/08/20 11:19:23 keiron Exp $
+ * $Id: StaticContent.java,v 1.17 2001/09/25 12:46:19 keiron Exp $
* Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
* For details on use and redistribution please refer to the
* LICENSE file included with these sources.
@@ -77,7 +77,7 @@
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);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]