]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed compile error
authorJeremias Maerki <jeremias@apache.org>
Fri, 22 Nov 2002 18:02:40 +0000 (18:02 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 22 Nov 2002 18:02:40 +0000 (18:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195613 13f79535-47bb-0310-9956-ffa450edef68

contrib/plan/src/org/apache/fop/plan/PlanElement.java

index c8afae368c35b5503d5bc277a745d484742ae22f..6d4aaa6621b267ccbc2fdcd331fa1f51106fa99c 100644 (file)
@@ -1,5 +1,5 @@
 /* $Id$
- * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
+ * Copyright (C) 2001-2002 The Apache Software Foundation. All rights reserved.
  * For details on use and redistribution please refer to the
  * LICENSE file included with these sources.
  */
@@ -42,7 +42,7 @@ public class PlanElement extends PlanObj {
             doc = svgDoc;
         }
         } catch(Throwable t) {
-            log.error("Could not convert Plan to SVG", t);
+            getLogger().error("Could not convert Plan to SVG", t);
             width = 0;
             height = 0;
         }