Author: ron.sigal(a)jboss.com
Date: 2010-06-15 15:14:36 -0400 (Tue, 15 Jun 2010)
New Revision: 5872
Modified:
remoting2/branches/2.2/src/main/org/jboss/remoting/ServerInvoker.java
Log:
JBREM-1229: Fixed alignment of locator display.
Modified: remoting2/branches/2.2/src/main/org/jboss/remoting/ServerInvoker.java
===================================================================
--- remoting2/branches/2.2/src/main/org/jboss/remoting/ServerInvoker.java 2010-06-15
19:13:31 UTC (rev 5871)
+++ remoting2/branches/2.2/src/main/org/jboss/remoting/ServerInvoker.java 2010-06-15
19:14:36 UTC (rev 5872)
@@ -1201,7 +1201,7 @@
locator = InvokerLocator.validateLocator(locator);
if (!locator.getLocatorURI().equals(originalLocator.getLocatorURI())) {
log.debug(this + " original locator: " + originalLocator);
- log.debug(this + " new locator: " + locator);
+ log.debug(this + " new locator: " + locator);
}
// need to update the locator key used in the invoker registry
Show replies by date