git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194484
13f79535-47bb-0310-9956-
ffa450edef68
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);