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

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


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

  Modified:    src/org/jboss/cache  CacheImpl.java
  Log:
  Logging verbosity
  
  Revision  Changes    Path
  1.107     +53 -53    JBossCache/src/org/jboss/cache/CacheImpl.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CacheImpl.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/CacheImpl.java,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -b -r1.106 -r1.107
  --- CacheImpl.java	22 Jul 2007 15:37:41 -0000	1.106
  +++ CacheImpl.java	27 Jul 2007 15:38:58 -0000	1.107
  @@ -4085,7 +4085,7 @@
                        marshaller_ = new VersionAwareMarshaller(getRegionManager(), configuration);
                     }
                  }
  -               if (log.isInfoEnabled()) log.info("Using marshaller " + marshaller_.getClass().getName());
  +               if (log.isTraceEnabled()) log.trace("Using marshaller " + marshaller_.getClass().getName());
               }
            }
         }
  
  
  



More information about the jboss-cvs-commits mailing list