]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Tweak: add FO context info to clarify the message.
authorAndreas L. Delmelle <adelmelle@apache.org>
Fri, 2 Mar 2007 21:36:34 +0000 (21:36 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Fri, 2 Mar 2007 21:36:34 +0000 (21:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@513969 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/AbstractBaseLayoutManager.java

index 8d63dc05f276c7b070f5448ecdded371a7331ca9..595888d2b47637e0f69ce70baf278a09efeb13c6 100644 (file)
@@ -94,7 +94,8 @@ public abstract class AbstractBaseLayoutManager
                 return lm.getBaseLength(lengthBase, fobj);
             }
         }
-        log.error("Cannot find LM to handle given FO for LengthBase.");
+        log.error("Cannot find LM to handle given FO for LengthBase.\n"
+                + fobj.getContextInfo());
         return 0;
     }