[jboss-cvs] JBoss Messaging SVN: r6702 - trunk/src/main/org/jboss/messaging/integration/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 7 09:09:39 EDT 2009


Author: jmesnil
Date: 2009-05-07 09:09:39 -0400 (Thu, 07 May 2009)
New Revision: 6702

Modified:
   trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java
Log:
removed log for server started

the info is logged by MessagingServerImpl (with the version)

Modified: trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java
===================================================================
--- trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java	2009-05-07 12:47:54 UTC (rev 6701)
+++ trunk/src/main/org/jboss/messaging/integration/bootstrap/JBMBootstrapServer.java	2009-05-07 13:09:39 UTC (rev 6702)
@@ -81,7 +81,6 @@
       try
       {
          super.run();
-         log.info("JBoss Messaging server started");
       }
       catch (RuntimeException e)
       {




More information about the jboss-cvs-commits mailing list