You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/06/06 00:59:11 UTC

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

costin      2002/06/05 15:59:11

  Modified:    http11/src/java/org/apache/coyote/http11 Http11Protocol.java
  Log:
  Reduce the debugging.
  
  Revision  Changes    Path
  1.14      +1 -1      jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java
  
  Index: Http11Protocol.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Http11Protocol.java	16 May 2002 19:25:41 -0000	1.13
  +++ Http11Protocol.java	5 Jun 2002 22:59:11 -0000	1.14
  @@ -99,7 +99,7 @@
        */
       public void setAttribute( String name, Object value ) {
   
  -        log.info(sm.getString("http11protocol.setattribute", name, value));
  +        log.debug(sm.getString("http11protocol.setattribute", name, value));
           attributes.put(name, value);
   /*
           if ("maxKeepAliveRequests".equals(name)) {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>