You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2005/07/01 17:41:09 UTC

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.c

jfclere     2005/07/01 08:41:09

  Modified:    jk/native/common jk_util.c
  Log:
  Fix PR 34397.
  
  Revision  Changes    Path
  1.71      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_util.c
  
  Index: jk_util.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_util.c,v
  retrieving revision 1.70
  retrieving revision 1.71
  diff -u -r1.70 -r1.71
  --- jk_util.c	9 Jun 2005 08:14:51 -0000	1.70
  +++ jk_util.c	1 Jul 2005 15:41:08 -0000	1.71
  @@ -219,7 +219,7 @@
       }
   
       if (0 == strcasecmp(level, JK_LOG_EMERG_VERB)) {
  -        return JK_LOG_ERROR_LEVEL;
  +        return JK_LOG_EMERG_LEVEL;
       }
   
       return JK_LOG_INFO_LEVEL;
  
  
  

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


Re: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_util.c

Posted by Natasha Hasmani <nh...@eatertainment.com>.
Thank-you for your e-mail.

Please note that i will be away from the office starting Wednesday June
29th, returning Thursday July 7th, with no access to email.  In my absence,
kindly contact Cheri Dueck at cdueck@eatertainment.com

Kind Regards,

Natasha Hasmani
Senior Event Manager 



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