You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by je...@apache.org on 2005/09/19 16:21:31 UTC

svn commit: r290167 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java

Author: jeremias
Date: Mon Sep 19 07:21:28 2005
New Revision: 290167

URL: http://svn.apache.org/viewcvs?rev=290167&view=rev
Log:
Commented out the code that causes an NPE.

Modified:
    xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java

Modified: xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java
URL: http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java?rev=290167&r1=290166&r2=290167&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java (original)
+++ xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/CommandLineOptions.java Mon Sep 19 07:21:28 2005
@@ -468,10 +468,10 @@
             // 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.");
         }
     }
         



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org