]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Commented out the code that causes an NPE.
authorJeremias Maerki <jeremias@apache.org>
Mon, 19 Sep 2005 14:21:28 +0000 (14:21 +0000)
committerJeremias Maerki <jeremias@apache.org>
Mon, 19 Sep 2005 14:21:28 +0000 (14:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290167 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/cli/CommandLineOptions.java

index 7e7082e853fe716afc2be957487d420f320454af..ab7a9b080cd5f5f61856ed3442a352a84fe62d70 100644 (file)
@@ -468,10 +468,10 @@ public class CommandLineOptions implements Constants {
             // Set the level for the logger creates already.
             ((CommandLineLogger) log).setLogLevel(level);
         } else {
-            log.warn("Setting the log level to debug probably failed.");
-            log.warn("Configure the log level using Java system properties,");
-            log.warn("or use FOP's command line logger,");
-            log.warn("which is the default on the command line.");
+            //log.warn("Setting the log level to debug probably failed.");
+            //log.warn("Configure the log level using Java system properties,");
+            //log.warn("or use FOP's command line logger,");
+            //log.warn("which is the default on the command line.");
         }
     }