[jboss-remoting-commits] JBoss Remoting SVN: r4914 - remoting2/branches/2.2/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Apr 3 01:44:52 EDT 2009


Author: ron.sigal at 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);
       }
    }




More information about the jboss-remoting-commits mailing list