You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2004/10/08 11:00:24 UTC

cvs commit: ant/src/main/org/apache/tools/ant/listener CommonsLoggingListener.java

stevel      2004/10/08 02:00:24

  Modified:    src/main/org/apache/tools/ant/listener
                        CommonsLoggingListener.java
  Log:
  raise log level of targets to match that of task events
  
  Revision  Changes    Path
  1.12      +1 -1      ant/src/main/org/apache/tools/ant/listener/CommonsLoggingListener.java
  
  Index: CommonsLoggingListener.java
  ===================================================================
  RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/listener/CommonsLoggingListener.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- CommonsLoggingListener.java	12 Mar 2004 09:00:30 -0000	1.11
  +++ CommonsLoggingListener.java	8 Oct 2004 09:00:24 -0000	1.12
  @@ -130,7 +130,7 @@
               // Since task log category includes target, we don't really
               // need this message
               realLog(log, "Start: " + event.getTarget().getName(),
  -                    Project.MSG_DEBUG, null);
  +                    Project.MSG_VERBOSE, null);
           }
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org