[jboss-remoting-commits] JBoss Remoting SVN: r4173 - remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun May 11 23:34:26 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-11 23:34:26 -0400 (Sun, 11 May 2008)
New Revision: 4173

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java
Log:
JBREM-979: Returned log level to INFO.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java	2008-05-11 03:40:00 UTC (rev 4172)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestCase.java	2008-05-12 03:34:26 UTC (rev 4173)
@@ -45,7 +45,7 @@
    
    protected Level getTestLogLevel()
    {
-      return Level.DEBUG;
+      return Level.INFO;
    }
 
    /**




More information about the jboss-remoting-commits mailing list