jvanzyl     01/07/17 20:41:35

  Modified:    src/java/org/apache/turbine/services BaseServiceBroker.java
  Log:
  - logging fix
  
  Revision  Changes    Path
  1.45      +4 -1      
jakarta-turbine/src/java/org/apache/turbine/services/BaseServiceBroker.java
  
  Index: BaseServiceBroker.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/services/BaseServiceBroker.java,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- BaseServiceBroker.java    2001/07/17 23:00:59     1.44
  +++ BaseServiceBroker.java    2001/07/18 03:41:34     1.45
  @@ -94,7 +94,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]";>Rafal Krzewski</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Daniel Rall</a>
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  - * @version $Id: BaseServiceBroker.java,v 1.44 2001/07/17 23:00:59 jvanzyl Exp $
  + * @version $Id: BaseServiceBroker.java,v 1.45 2001/07/18 03:41:34 jvanzyl Exp $
    */
   public abstract class BaseServiceBroker implements ServiceBroker
   {
  @@ -255,6 +255,9 @@
           // Create the mapping between service names
           // and their classes.
           initMapping();
  +        
  +        Log.setCategory(getCategory());
  +        Log.setCategoryTable(getCategoryTable());
           
           // Start services that have their 'earlyInit'
           // property set to 'true'.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to