jvanzyl     01/07/17 11:16:01

  Modified:    src/java/org/apache/turbine/modules ModuleLoader.java
  Log:
  - debug code to check state of caching.
  
  Revision  Changes    Path
  1.3       +2 -1      
jakarta-turbine/src/java/org/apache/turbine/modules/ModuleLoader.java
  
  Index: ModuleLoader.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine/src/java/org/apache/turbine/modules/ModuleLoader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ModuleLoader.java 2001/07/10 01:03:18     1.2
  +++ ModuleLoader.java 2001/07/17 18:15:58     1.3
  @@ -69,7 +69,7 @@
    * Load modules for use in the view pipeline.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Jason van Zyl</a>
  - * @version $Id: ModuleLoader.java,v 1.2 2001/07/10 01:03:18 jvanzyl Exp $
  + * @version $Id: ModuleLoader.java,v 1.3 2001/07/17 18:15:58 jvanzyl Exp $
    */
   public class ModuleLoader
   {
  @@ -172,6 +172,7 @@
                       // Store the found module is caching is enabled.
                       if (cacheEnabled)
                       {
  +                        Log.debug("[ModuleLoader] Adding to cache => " + 
moduleClass);
                           ((Map) moduleCache.get(type)).put(name, module);
                       }
                       
  
  
  

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

Reply via email to