You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by at...@apache.org on 2003/06/28 14:09:23 UTC

cvs commit: avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component DefaultComponentFactory.java

atagunov    2003/06/28 05:09:23

  Modified:    component/src/java/org/apache/avalon/excalibur/component
                        DefaultComponentFactory.java
  Log:
  fixing erroneous creation of a wrapped logger for DualLogEnabled
  
  Revision  Changes    Path
  1.23      +2 -2      avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java
  
  Index: DefaultComponentFactory.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/component/src/java/org/apache/avalon/excalibur/component/DefaultComponentFactory.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- DefaultComponentFactory.java	1 May 2003 10:21:38 -0000	1.22
  +++ DefaultComponentFactory.java	28 Jun 2003 12:09:23 -0000	1.23
  @@ -239,7 +239,7 @@
               }
           }
   
  -        if( component instanceof Loggable )
  +        else if( component instanceof Loggable )
           {
               if( null == m_loggerManager || null == m_configuration )
               {
  
  
  

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