[jboss-cvs] JBossAS SVN: r86194 - branches/Branch_5_x/system/src/main/org/jboss/system/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 23 06:09:09 EDT 2009


Author: emuckenhuber
Date: 2009-03-23 06:09:09 -0400 (Mon, 23 Mar 2009)
New Revision: 86194

Modified:
   branches/Branch_5_x/system/src/main/org/jboss/system/server/ServerInfo.java
Log:
remove duplicate "Java Runtime" logging.

Modified: branches/Branch_5_x/system/src/main/org/jboss/system/server/ServerInfo.java
===================================================================
--- branches/Branch_5_x/system/src/main/org/jboss/system/server/ServerInfo.java	2009-03-23 09:55:31 UTC (rev 86193)
+++ branches/Branch_5_x/system/src/main/org/jboss/system/server/ServerInfo.java	2009-03-23 10:09:09 UTC (rev 86194)
@@ -133,10 +133,6 @@
       System.getProperty("java.runtime.name") + " (build " +
       System.getProperty("java.runtime.version") + ")");      
       
-      log.info("Java Runtime: " +
-      System.getProperty("java.runtime.name") + " (build " +
-      System.getProperty("java.runtime.version") + ")");   
-      
       log.info("Java VM: " +
       System.getProperty("java.vm.name") + " " +
       System.getProperty("java.vm.version") + "," +




More information about the jboss-cvs-commits mailing list