You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/11/06 10:56:07 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/util TraxErrorHandler.java

cziegeler    01/11/06 01:56:07

  Modified:    src/org/apache/cocoon/util TraxErrorHandler.java
  Log:
  Simple Sync with 2.0
  
  Revision  Changes    Path
  1.7       +2 -2      xml-cocoon2/src/org/apache/cocoon/util/TraxErrorHandler.java
  
  Index: TraxErrorHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/util/TraxErrorHandler.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- TraxErrorHandler.java	2001/10/25 20:29:22	1.6
  +++ TraxErrorHandler.java	2001/11/06 09:56:07	1.7
  @@ -20,7 +20,7 @@
    * Warnings and errors are ignored.
    *
    * @author <a href="mailto:cziegeler@apache.org">Carsten Ziegeler</a>
  - * @version CVS $Revision: 1.6 $ $Date: 2001/10/25 20:29:22 $
  + * @version CVS $Revision: 1.7 $ $Date: 2001/11/06 09:56:07 $
    */
   public class TraxErrorHandler implements ErrorListener {
   
  @@ -36,7 +36,7 @@
           if ( this.logger != null ) {
               this.logger.warn( message, exception );
           } else {
  -            System.out.println( "WARNING: -" + message );
  +            System.out.println( "WARNING: " + message );
           }
       }
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org