diff options
-rw-r--r-- | src/java/org/apache/fop/cli/CommandLineOptions.java | 8 |
1 files 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."); } } |