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 gm...@apache.org on 2003/09/09 00:15:28 UTC

cvs commit: xml-fop/src/org/apache/fop/apps Driver.java

gmazza      2003/09/08 15:15:28

  Modified:    src/org/apache/fop/apps Tag: fop-0_20_2-maintain Driver.java
  Log:
  Commented out "logger not set" error message to allow for quiet running of FOP
  without hardcoding Avalon into user's application.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.36.2.11 +2 -2      xml-fop/src/org/apache/fop/apps/Attic/Driver.java
  
  Index: Driver.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/apps/Attic/Driver.java,v
  retrieving revision 1.36.2.10
  retrieving revision 1.36.2.11
  diff -u -r1.36.2.10 -r1.36.2.11
  --- Driver.java	25 Feb 2003 10:18:32 -0000	1.36.2.10
  +++ Driver.java	8 Sep 2003 22:15:27 -0000	1.36.2.11
  @@ -235,7 +235,7 @@
       private Logger getLogger() {
           if(log == null) {
               log = new ConsoleLogger(ConsoleLogger.LEVEL_INFO);
  -            log.error("Logger not set");
  +//          log.error("Logger not set");
           }
   
           return log;
  
  
  

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