[jboss-remoting-commits] JBoss Remoting SVN: r4919 - remoting2/branches/2.x/src/main/org/jboss/remoting.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Fri Apr 3 02:49:35 EDT 2009


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




More information about the jboss-remoting-commits mailing list