Author: ron.sigal(a)jboss.com
Date: 2009-04-03 02:48:12 -0400 (Fri, 03 Apr 2009)
New Revision: 4918
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/LeasePinger.java
Log:
JBREM-1112: Added log.debug() call with disconnectTimeout.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/LeasePinger.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/LeasePinger.java 2009-04-03
06:44:46 UTC (rev 4917)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/LeasePinger.java 2009-04-03
06:48:12 UTC (rev 4918)
@@ -115,6 +115,7 @@
HashMap metadata = null;
// If disconnectTimeout == 0, skip network i/o.
+ log.debug(this + ": disconnectTimeout: " + disconnectTimeout);
if (disconnectTimeout != 0)
{
if (disconnectTimeout > 0)
Show replies by date