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

Brian Stansberry brian.stansberry at jboss.com
Fri Aug 11 12:36:43 EDT 2006


  User: bstansberry
  Date: 06/08/11 12:36:43

  Modified:    src/org/jboss/cache  Tag: Branch_JBossCache_1_4_0
                        TreeCache.java
  Log:
  Log viewAccepted() at INFO
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.195.2.7 +2 -2      JBossCache/src/org/jboss/cache/TreeCache.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TreeCache.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/TreeCache.java,v
  retrieving revision 1.195.2.6
  retrieving revision 1.195.2.7
  diff -u -b -r1.195.2.6 -r1.195.2.7
  --- TreeCache.java	8 Aug 2006 15:50:49 -0000	1.195.2.6
  +++ TreeCache.java	11 Aug 2006 16:36:42 -0000	1.195.2.7
  @@ -79,7 +79,7 @@
    * @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
    * @author Brian Stansberry
    * @author Daniel Huang (dhuang at jboss.org)
  - * @version $Id: TreeCache.java,v 1.195.2.6 2006/08/08 15:50:49 msurtani Exp $
  + * @version $Id: TreeCache.java,v 1.195.2.7 2006/08/11 16:36:42 bstansberry Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -5333,7 +5333,7 @@
         // actually maybe this is best left up to the application ? we just notify them and let
         // the appl handle it ?
   
  -      if (log.isDebugEnabled()) log.debug("viewAccepted(): " + new_view);
  +      log.info("viewAccepted(): " + new_view);
         synchronized (members)
         {
            boolean needNotification = false;
  
  
  



More information about the jboss-cvs-commits mailing list