[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...

Ron Sigal ron_sigal at yahoo.com
Tue Aug 7 20:07:14 EDT 2007


  User: rsigal  
  Date: 07/08/07 20:07:13

  Modified:    src/main/org/jboss/remoting  Tag: remoting_2_2_0_GA
                        Lease.java
  Log:
  JBREM-783:  Added two log statements.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.1.4.1 +2 -0      JBossRemoting/src/main/org/jboss/remoting/Lease.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Lease.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/Lease.java,v
  retrieving revision 1.11.2.1
  retrieving revision 1.11.2.1.4.1
  diff -u -b -r1.11.2.1 -r1.11.2.1.4.1
  --- Lease.java	7 Nov 2006 16:19:30 -0000	1.11.2.1
  +++ Lease.java	8 Aug 2007 00:07:13 -0000	1.11.2.1.4.1
  @@ -244,12 +244,14 @@
            {
               try
               {
  +               if (log.isTraceEnabled()) log.trace("did not receive ping: " + clientSessionId);
                  stopLease();
                  notifyClientLost();
                  if (clientLeases != null)
                  {
                     clientLeases.remove(clientSessionId);
                  }
  +               if (log.isTraceEnabled()) log.trace("removed lease:" + clientSessionId);
               }
               catch (Throwable thr)
               {
  
  
  



More information about the jboss-cvs-commits mailing list