[jboss-cvs] JBossCache/src/org/jboss/cache/factories ...

Manik Surtani manik at jboss.org
Fri Jul 27 11:38:58 EDT 2007


  User: msurtani
  Date: 07/07/27 11:38:58

  Modified:    src/org/jboss/cache/factories  InterceptorChainFactory.java
  Log:
  Logging verbosity
  
  Revision  Changes    Path
  1.41      +4 -4      JBossCache/src/org/jboss/cache/factories/InterceptorChainFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: InterceptorChainFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/factories/InterceptorChainFactory.java,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -b -r1.40 -r1.41
  --- InterceptorChainFactory.java	22 May 2007 11:43:34 -0000	1.40
  +++ InterceptorChainFactory.java	27 Jul 2007 15:38:58 -0000	1.41
  @@ -369,9 +369,9 @@
            addInterceptor(first, call_interceptor);
         }
   
  -      if (log.isInfoEnabled())
  +      if (log.isDebugEnabled())
         {
  -         log.info("interceptor chain is:\n" + printInterceptorChain(first));
  +         log.debug("interceptor chain is:\n" + printInterceptorChain(first));
         }
   
         return setLastInterceptorPointer(first, call_interceptor);
  @@ -699,7 +699,7 @@
       * Initialises the interceptors with a CacheSPI instance.  Essentially calls setCache().  This is done AFTER the interceptor chain
       * is created, and when Cache.start() is called, so the interceptors get a fully initialised cache.
       *
  -    * @param chain interceptor chain
  +    * @param firstInterceptor interceptor chain
       * @param cache cache instance
       */
      public void initialiseInterceptors(Interceptor firstInterceptor, CacheSPI cache)
  
  
  



More information about the jboss-cvs-commits mailing list