[jboss-cvs] JBoss Messaging SVN: r7924 - branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 18 06:14:13 EST 2009


Author: gaohoward
Date: 2009-12-18 06:14:13 -0500 (Fri, 18 Dec 2009)
New Revision: 7924

Modified:
   branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java
Log:
JBMESSAGING-1776


Modified: branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java
===================================================================
--- branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java	2009-12-18 11:11:05 UTC (rev 7923)
+++ branches/Branch_1_4/tests/src/org/jboss/test/messaging/jms/ConnectionTest.java	2009-12-18 11:14:13 UTC (rev 7924)
@@ -498,7 +498,7 @@
       {
          this.exceptionReceived = exception;
          log.trace("Received exception");
-         System.err.println(this + "--------------------------exception got: " + exceptionReceived);
+         log.debug(this + "--------------------------exception got: " + exceptionReceived);
          notify();
       }
 




More information about the jboss-cvs-commits mailing list