From cc51cb69232475d7f950fe722f8e82b06d9504d9 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 19 Sep 2005 14:21:28 +0000 Subject: [PATCH] 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 --- src/java/org/apache/fop/cli/CommandLineOptions.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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."); } } -- 2.39.5