mturk       2002/09/27 06:08:17

  Modified:    jk/native2/common jk_logger_file.c
  Log:
  Fix the reported level as INFO not ERROR.
  
  Revision  Changes    Path
  1.34      +2 -2      jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c
  
  Index: jk_logger_file.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- jk_logger_file.c  24 Sep 2002 22:37:13 -0000      1.33
  +++ jk_logger_file.c  27 Sep 2002 13:08:17 -0000      1.34
  @@ -213,7 +213,7 @@
       } else if( strcmp( name, "level" )==0 ) {
           _this->level = jk2_logger_file_parseLogLevel(env, value);
           if( _this->level == 0 ) {
  -            _this->jkLog( env, _this, JK_LOG_ERROR,
  +            _this->jkLog( env, _this, JK_LOG_INFO,
                             "Level %s %d \n", value, _this->level );
           }
       }
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to