[jboss-cvs] JBossAS SVN: r63284 - 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:34:34 EDT 2007
Author: scott.stark at jboss.org
Date: 2007-05-31 15:34:34 -0400 (Thu, 31 May 2007)
New Revision: 63284
Modified:
branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java
Log:
Include the numCCE in the retry error trace 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:30:59 UTC (rev 63283)
+++ branches/Branch_4_2/jmx/src/main/org/jboss/mx/loading/LoadMgr3.java 2007-05-31 19:34:34 UTC (rev 63284)
@@ -428,7 +428,7 @@
{
loadTask.setLoadError(e);
if( trace )
- log.trace("Run failed with exception", e);
+ log.trace("Run failed with exception, numCCE="+numCCE, e);
}
}
finally
More information about the jboss-cvs-commits
mailing list