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

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Thu Mar 6 03:21:31 EST 2008


Author: ron.sigal at jboss.com
Date: 2008-03-06 03:21:30 -0500 (Thu, 06 Mar 2008)
New Revision: 3577

Modified:
   remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.java
Log:
JBREM-844: Changed log.info() to log.debug().

Modified: remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.java
===================================================================
--- remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.java	2008-03-06 08:19:38 UTC (rev 3576)
+++ remoting2/branches/2.x/src/tests/org/jboss/test/remoting/transport/web/WebInvokerTestClient.java	2008-03-06 08:21:30 UTC (rev 3577)
@@ -228,12 +228,12 @@
    
    protected void checkContentType() throws Exception
    {
-      log.info("check_content_type: " + System.getProperty("check_content_type"));
+      log.debug("check_content_type: " + System.getProperty("check_content_type"));
       String s = System.getProperty("check_content_type", "true");
       boolean doCheck = Boolean.valueOf(s).booleanValue();
       if (!doCheck)
       {
-         log.info("skipping content type check");
+         log.debug("skipping content type check");
          return;
       }
       




More information about the jboss-remoting-commits mailing list