Author: jkoster Date: 2010-06-17 13:46:57 +0200 (Thu, 17 Jun 2010) New Revision: 42587
Modified: mmbase/trunk/applications/rmmci/src/main/java/org/mmbase/module/RemoteMMCI.java Log: MMB-1880 - Typo fix. Modified: mmbase/trunk/applications/rmmci/src/main/java/org/mmbase/module/RemoteMMCI.java =================================================================== --- mmbase/trunk/applications/rmmci/src/main/java/org/mmbase/module/RemoteMMCI.java 2010-06-17 11:36:03 UTC (rev 42586) +++ mmbase/trunk/applications/rmmci/src/main/java/org/mmbase/module/RemoteMMCI.java 2010-06-17 11:46:57 UTC (rev 42587) @@ -143,7 +143,7 @@ log.debug("Module RemoteMMCI Running on (tcp port,name)=(" + registryPort + "," + bindName + ")"); } else { - log.warn("Module RemoteMMCI MOT running and failed to bind " + bindName + ")"); + log.warn("Module RemoteMMCI NOT running and failed to bind " + bindName + ")"); } } catch (RemoteException rex) { log.fatal("RMI Registry not started because of exception :" + rex.getMessage(), rex); @@ -226,7 +226,7 @@ /** * unbinds the object bound to the registry in order to try to stop the registry - * this usualy fails(the regsitry keeps running and prevents the webapp to shutdown) + * this usualy fails(the registry keeps running and prevents the webapp to shutdown) */ @Override protected void shutdown() { _______________________________________________ Cvs mailing list Cvs@lists.mmbase.org http://lists.mmbase.org/mailman/listinfo/cvs