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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Apr 24 00:09:15 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-04-24 00:09:15 -0400 (Thu, 24 Apr 2008)
New Revision: 4050

Modified:
   remoting2/branches/2.x/src/main/org/jboss/remoting/network/NetworkRegistry.java
Log:
JBREM-930: Added this to some log output.

Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/network/NetworkRegistry.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/network/NetworkRegistry.java	2008-04-24 04:08:09 UTC (rev 4049)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/network/NetworkRegistry.java	2008-04-24 04:09:15 UTC (rev 4050)
@@ -96,7 +96,7 @@
       }
       if(found)
       {
-         log.debug("addServer - " + identity);
+         log.debug(this + " addServer - " + identity);
 
          // put this on a separate thread so we don't block further detection ...
          // TODO: this needs to go into a thread pool thread -JGH
@@ -215,7 +215,7 @@
       }
       if(instance != null)
       {
-         log.debug("removeServer - " + identity);
+         log.debug(this + " removeServer - " + identity);
 
          final ServerInvokerMetadata il[] = instance.getServerInvokers();
          // put this on a separate thread so we don't block further detection ...




More information about the jboss-remoting-commits mailing list