From: Jeremias Maerki Date: Mon, 19 Sep 2005 14:21:28 +0000 (+0000) Subject: Commented out the code that causes an NPE. X-Git-Tag: fop-0_90-alpha1~201 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cc51cb69232475d7f950fe722f8e82b06d9504d9;p=xmlgraphics-fop.git Commented out the code that causes an NPE. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290167 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/fop/cli/CommandLineOptions.java b/src/java/org/apache/fop/cli/CommandLineOptions.java index 7e7082e85..ab7a9b080 100644 --- a/src/java/org/apache/fop/cli/CommandLineOptions.java +++ b/src/java/org/apache/fop/cli/CommandLineOptions.java @@ -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."); } }