Update of /var/cvs/applications/rmmci/src/org/mmbase/module
In directory james.mmbase.org:/tmp/cvs-serv7779

Modified Files:
      Tag: MMBase-1_8
        RemoteMMCI.java 
Log Message:
removed an errorneous log


See also: http://cvs.mmbase.org/viewcvs/applications/rmmci/src/org/mmbase/module


Index: RemoteMMCI.java
===================================================================
RCS file: /var/cvs/applications/rmmci/src/org/mmbase/module/RemoteMMCI.java,v
retrieving revision 1.15.2.4
retrieving revision 1.15.2.5
diff -u -b -r1.15.2.4 -r1.15.2.5
--- RemoteMMCI.java     22 Jul 2008 15:09:40 -0000      1.15.2.4
+++ RemoteMMCI.java     24 Jul 2008 18:26:47 -0000      1.15.2.5
@@ -28,7 +28,7 @@
  * options. Note that in the configuration of mmbaseroot.xml the host should 
be a valid
  * host address if the RMIRegistryServer in rmmci.xml is no set.
  * @author Kees Jongenburger <[EMAIL PROTECTED]>
- * @version $Id: RemoteMMCI.java,v 1.15.2.4 2008/07/22 15:09:40 michiel Exp $
+ * @version $Id: RemoteMMCI.java,v 1.15.2.5 2008/07/24 18:26:47 michiel Exp $
  * @since MMBase-1.5
  */
 public class RemoteMMCI extends ProcessorModule {
@@ -64,7 +64,6 @@
             int stubPort = getStubPort(registryPort);
             String host = getHost();
             String bindName = getBindName();
-            log.error("Will create rmmci on " + host + ":" + registryPort + 
"/" + bindName);
             createRemoteMMCI(host, registryPort, bindName, stubPort);
             log.info("RemoteMMCI registry listening on rmi://" + host + ":" + 
registryPort + "/" + bindName);
             log.info("RemoteMMCI stubs listening on rmi://" + host + ":" + 
stubPort);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to