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

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


  User: bstansberry
  Date: 06/08/11 12:49:49

  Modified:    src/org/jboss/cache  TreeCache.java
  Log:
  Log viewAccepted() at INFO
  
  Revision  Changes    Path
  1.210     +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.209
  retrieving revision 1.210
  diff -u -b -r1.209 -r1.210
  --- TreeCache.java	9 Aug 2006 14:50:00 -0000	1.209
  +++ TreeCache.java	11 Aug 2006 16:49:49 -0000	1.210
  @@ -73,7 +73,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.209 2006/08/09 14:50:00 msurtani Exp $
  + * @version $Id: TreeCache.java,v 1.210 2006/08/11 16:49:49 bstansberry Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -3749,7 +3749,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