Author: ron.sigal(a)jboss.com
Date: 2009-04-03 01:44:52 -0400 (Fri, 03 Apr 2009)
New Revision: 4914
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/Lease.java
Log:
JBREM-1112: Added log.debug() when requestPayload is null..
Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/Lease.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/Lease.java 2009-04-03 05:42:41 UTC
(rev 4913)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/Lease.java 2009-04-03 05:44:52 UTC
(rev 4914)
@@ -219,6 +219,7 @@
}
else
{
+ log.debug("requestPayload == null, calling
ConnectionNotifier.connectionTerminated()");
notifier.connectionTerminated(locatorURL, clientSessionId, null);
}
}
Show replies by date