remm        2002/10/22 02:23:32

  Modified:    http11/src/java/org/apache/coyote/http11 Http11Protocol.java
  Log:
  - Decrease amount of logging (client disconnects are normal, so they should
    have DEBUG level IMO).
  
  Revision  Changes    Path
  1.16      +0 -4      
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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- Http11Protocol.java       7 Jun 2002 00:48:21 -0000       1.15
  +++ Http11Protocol.java       22 Oct 2002 09:23:32 -0000      1.16
  @@ -394,15 +394,11 @@
                   TcpConnection.shutdownInput( socket );
               } catch(java.net.SocketException e) {
                   // SocketExceptions are normal
  -                proto.log.info(sm.getString
  -                               ("http11protocol.proto.socketexception.info"));
                   proto.log.debug
                       (sm.getString
                        ("http11protocol.proto.socketexception.debug"), e);
               } catch (java.io.IOException e) {
                   // IOExceptions are normal 
  -                proto.log.info(sm.getString
  -                               ("http11protocol.proto.ioexception.info"));
                   proto.log.debug
                       (sm.getString
                        ("http11protocol.proto.ioexception.debug"), e);
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to