[jboss-cvs] JBossAS SVN: r69586 - trunk/bootstrap/src/main/org/jboss/bootstrap.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 4 15:03:34 EST 2008


Author: alesj
Date: 2008-02-04 15:03:34 -0500 (Mon, 04 Feb 2008)
New Revision: 69586

Modified:
   trunk/bootstrap/src/main/org/jboss/bootstrap/AbstractServerImpl.java
Log:
Move debug msg after initialization.

Modified: trunk/bootstrap/src/main/org/jboss/bootstrap/AbstractServerImpl.java
===================================================================
--- trunk/bootstrap/src/main/org/jboss/bootstrap/AbstractServerImpl.java	2008-02-04 19:17:09 UTC (rev 69585)
+++ trunk/bootstrap/src/main/org/jboss/bootstrap/AbstractServerImpl.java	2008-02-04 20:03:34 UTC (rev 69586)
@@ -416,8 +416,8 @@
          
          if (config.isInstallLifeThread())
          {
-            log.debug("Installing life thread " + lifeThread);            
             lifeThread = new LifeThread();
+            log.debug("Installing life thread " + lifeThread);
             lifeThread.start();
          }
 




More information about the jboss-cvs-commits mailing list