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:[EMAIL PROTECTED]">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:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to