[jboss-remoting-commits] JBoss Remoting SVN: r4187 - 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
Tue May 13 14:32:46 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-05-13 14:32:46 -0400 (Tue, 13 May 2008)
New Revision: 4187

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java
Log:
JBREM-920: Reduced log statement to INFO.

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java	2008-05-13 18:27:52 UTC (rev 4186)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/http/keep_alive/StressHTTPInvokerTestClient.java	2008-05-13 18:32:46 UTC (rev 4187)
@@ -42,7 +42,7 @@
       {
          locatorURI = locatorURI + "&" + metadata;
       }
-      log.info("connecting to: " + locatorURI);
+      log.debug("connecting to: " + locatorURI);
       return locatorURI;
    }
 




More information about the jboss-remoting-commits mailing list