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/05/16 22:55:23 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_logger_apache2.c

costin      02/05/16 13:55:23

  Modified:    jk/native2/server/apache2 jk_logger_apache2.c
  Log:
  Remove another log statement.
  
  Revision  Changes    Path
  1.23      +2 -2      jakarta-tomcat-connectors/jk/native2/server/apache2/jk_logger_apache2.c
  
  Index: jk_logger_apache2.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/jk_logger_apache2.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- jk_logger_apache2.c	14 May 2002 20:44:21 -0000	1.22
  +++ jk_logger_apache2.c	16 May 2002 20:55:23 -0000	1.23
  @@ -188,8 +188,8 @@
       if( strcmp( name, "level" )==0 ) {
           _this->level = jk2_logger_file_parseLogLevel(env, value);
           if( _this->level == 0 ) {
  -            _this->jkLog( env, _this, JK_LOG_ERROR,
  -                          "Level %s %d \n", value, _this->level );
  +            /*             _this->jkLog( env, _this, JK_LOG_ERROR, */
  +            /*                           "Level %s %d \n", value, _this->level ); */
           }
           return JK_OK;
       }
  
  
  

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