Author: ron.sigal(a)jboss.com
Date: 2009-04-03 02:49:35 -0400 (Fri, 03 Apr 2009)
New Revision: 4919
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Lease.java
Log:
JBREM-1112: Added log.debug() when requestPayload is null.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Lease.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Lease.java 2009-04-03 06:48:12 UTC
(rev 4918)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Lease.java 2009-04-03 06:49:35 UTC
(rev 4919)
@@ -219,6 +219,7 @@
}
else
{
+ log.debug("requestPayload == null, calling
ConnectionNotifier.connectionTerminated()");
notifier.connectionTerminated(locatorURL, clientSessionId, null);
}
}
Show replies by date