[jboss-cvs] JBossRemoting/src/main/org/jboss/remoting/transport/rmi ...
Ron Sigal
ron_sigal at yahoo.com
Mon Feb 5 23:23:23 EST 2007
User: rsigal
Date: 07/02/05 23:23:23
Modified: src/main/org/jboss/remoting/transport/rmi Tag: remoting_2_x
RemotingRMIClientSocketFactory.java
Log:
JBREM-697: Added logging statement.
Revision Changes Path
No revision
No revision
1.9.4.4 +2 -1 JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: RemotingRMIClientSocketFactory.java
===================================================================
RCS file: /cvsroot/jboss/JBossRemoting/src/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.java,v
retrieving revision 1.9.4.3
retrieving revision 1.9.4.4
diff -u -b -r1.9.4.3 -r1.9.4.4
--- RemotingRMIClientSocketFactory.java 4 Feb 2007 07:38:48 -0000 1.9.4.3
+++ RemotingRMIClientSocketFactory.java 6 Feb 2007 04:23:23 -0000 1.9.4.4
@@ -66,7 +66,7 @@
* with localhost will allow the retrieval of objects bound to localhost.
*
* @author <a href="mailto:r.sigal at computer.org">Ron Sigal</a>
- * @version $Revision: 1.9.4.3 $
+ * @version $Revision: 1.9.4.4 $
* <p/>
* Copyright (c) 2005
* </p>
@@ -116,6 +116,7 @@
public static void addLocalConfiguration(InvokerLocator invokerLocator, Map localConfig)
{
+ log.debug("adding local configuration for: " + invokerLocator);
configMaps.put(new ComparableHolder(invokerLocator), localConfig);
}
More information about the jboss-cvs-commits
mailing list