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

Manik Surtani msurtani at jboss.com
Fri Nov 10 15:30:24 EST 2006


  User: msurtani
  Date: 06/11/10 15:30:24

  Modified:    src/org/jboss/cache/buddyreplication  Tag:
                        Branch_JBossCache_1_4_0 BuddyManager.java
  Log:
  Removed some unnecessary logging
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.33.2.7  +0 -1      JBossCache/src/org/jboss/cache/buddyreplication/BuddyManager.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: BuddyManager.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/buddyreplication/BuddyManager.java,v
  retrieving revision 1.33.2.6
  retrieving revision 1.33.2.7
  diff -u -b -r1.33.2.6 -r1.33.2.7
  --- BuddyManager.java	10 Nov 2006 20:03:34 -0000	1.33.2.6
  +++ BuddyManager.java	10 Nov 2006 20:30:24 -0000	1.33.2.7
  @@ -451,7 +451,6 @@
              {
                 ClassLoader cl = (marshaller == null) ? null : marshaller.getClassLoader(fqnS);
                 Fqn integrationRoot = new Fqn(integrationBase, fqn);
  -              log.fatal("***** Cache is " + cache + " and entry is " + entry);
                 cache._setState((byte[]) entry.getValue(), integrationRoot, cl);
              }
           }
  
  
  



More information about the jboss-cvs-commits mailing list