[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting ...
Ron Sigal
ron_sigal at yahoo.com
Wed Aug 29 02:02:57 EDT 2007
User: rsigal
Date: 07/08/29 02:02:57
Modified: src/main/org/jboss/remoting Tag: remoting_2_x Lease.java
Log:
JBREM-783: Synchronized with branch remoting_2_2_0_GA: added two log statements.
Revision Changes Path
No revision
No revision
1.11.2.2 +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.2
diff -u -b -r1.11.2.1 -r1.11.2.2
--- Lease.java 7 Nov 2006 16:19:30 -0000 1.11.2.1
+++ Lease.java 29 Aug 2007 06:02:57 -0000 1.11.2.2
@@ -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