Author: ron.sigal(a)jboss.com
Date: 2009-05-05 20:19:41 -0400 (Tue, 05 May 2009)
New Revision: 5135
Modified:
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/ConnectionValidator.java
Log:
JBREM-1112 (and others to be named): Modified a log statement.
Modified:
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/ConnectionValidator.java
===================================================================
---
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/ConnectionValidator.java 2009-05-05
20:06:35 UTC (rev 5134)
+++
remoting2/branches/2.2.2-SP11_JBREM-1112/src/main/org/jboss/remoting/ConnectionValidator.java 2009-05-06
00:19:41 UTC (rev 5135)
@@ -864,7 +864,7 @@
else
{
// log.debug(ConnectionValidator.this + " unable to shut down lease
pinger: " + leasePinger + ". Client must have shut down");
- log.debug(ConnectionValidator.this + " unable to shut down null
lease pinger. Client must have shut down");
+ log.debug(ConnectionValidator.this + ": lease pinger == null:
perhaps leasing is not enabled for this connection");
notifyListeners(new Exception("Could not connect to
server!"));
}