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

Manik Surtani msurtani at jboss.com
Mon Aug 21 05:31:27 EDT 2006


  User: msurtani
  Date: 06/08/21 05:31:27

  Modified:    src/org/jboss/cache  TreeCache.java
  Log:
  Print version string on startup
  
  Revision  Changes    Path
  1.221     +2 -1      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.220
  retrieving revision 1.221
  diff -u -b -r1.220 -r1.221
  --- TreeCache.java	18 Aug 2006 19:34:21 -0000	1.220
  +++ TreeCache.java	21 Aug 2006 09:31:27 -0000	1.221
  @@ -74,7 +74,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.220 2006/08/18 19:34:21 msurtani Exp $
  + * @version $Id: TreeCache.java,v 1.221 2006/08/21 09:31:27 msurtani Exp $
    *          <p/>
    * @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
    */
  @@ -708,6 +708,7 @@
         coordinator = determineCoordinator();
         notifier.notifyCacheStarted(getCacheSPI());
         started = true;
  +      log.info("JBoss Cache version: " + getVersion()); 
      }
   
      /**
  
  
  



More information about the jboss-cvs-commits mailing list