[jboss-cvs] JBossAS SVN: r63285 - branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 31 15:42:57 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-05-31 15:42:57 -0400 (Thu, 31 May 2007)
New Revision: 63285

Modified:
   branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java
Log:
Include the full loadTask in the retry error msg

Modified: branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java
===================================================================
--- branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java	2007-05-31 19:34:34 UTC (rev 63284)
+++ branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java	2007-05-31 19:42:57 UTC (rev 63285)
@@ -428,7 +428,7 @@
          {
             loadTask.setLoadError(e);
             if( trace )
-               log.trace("Run failed with exception, numCCE="+numCCE, e);
+               log.trace("Run failed with exception, loadTask="+loadTask, e);
          }
       }
       finally




More information about the jboss-cvs-commits mailing list