[hornetq-commits] JBoss hornetq SVN: r11078 - branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/util.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 1 00:54:03 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-08-01 00:54:03 -0400 (Mon, 01 Aug 2011)
New Revision: 11078

Modified:
   branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/util/UnitTestCase.java
Log:
tweak

Modified: branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/util/UnitTestCase.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/util/UnitTestCase.java	2011-08-01 04:30:35 UTC (rev 11077)
+++ branches/Branch_2_2_EAP_cluster_clean2/tests/src/org/hornetq/tests/util/UnitTestCase.java	2011-08-01 04:54:03 UTC (rev 11078)
@@ -979,6 +979,7 @@
       catch (Throwable e)
       {
          log.info(threadDump(e.getMessage()));
+         System.err.println(threadDump(e.getMessage()));
          throw new RuntimeException (e.getMessage(), e);
       }
    }



More information about the hornetq-commits mailing list