aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/apps/Fop.java
diff options
context:
space:
mode:
authorKeiron Liddle <keiron@apache.org>2002-09-04 08:36:37 +0000
committerKeiron Liddle <keiron@apache.org>2002-09-04 08:36:37 +0000
commitc0a432e3aea3fcfcafd06642d2e419fb9de90cc3 (patch)
tree1f59937b239ae6adc9a8fbc4efbdb717a05f4428 /src/org/apache/fop/apps/Fop.java
parent15b175f37b0f39e9a1d16fb35ed386a0959e3103 (diff)
downloadxmlgraphics-fop-c0a432e3aea3fcfcafd06642d2e419fb9de90cc3.tar.gz
xmlgraphics-fop-c0a432e3aea3fcfcafd06642d2e419fb9de90cc3.zip
removed old configuration
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195149 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/org/apache/fop/apps/Fop.java')
-rw-r--r--src/org/apache/fop/apps/Fop.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/apache/fop/apps/Fop.java b/src/org/apache/fop/apps/Fop.java
index 4a2352d51..91399e53a 100644
--- a/src/org/apache/fop/apps/Fop.java
+++ b/src/org/apache/fop/apps/Fop.java
@@ -21,14 +21,14 @@ public class Fop {
} else {
System.err.println("" + e.getMessage());
}
- if (options != null && options.isDebugMode().booleanValue()) {
+ if (options != null && options.getLogger().isDebugEnabled()) {
e.printStackTrace();
} else {
System.err.println("Turn on debugging for more information");
}
} catch (java.io.FileNotFoundException e) {
System.err.println("" + e.getMessage());
- if (options != null && options.isDebugMode().booleanValue()) {
+ if (options != null && options.getLogger().isDebugEnabled()) {
e.printStackTrace();
} else {
System.err.println("Turn on debugging for more information");