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 2003/03/04 08:19:31 UTC

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

costin      2003/03/03 23:19:31

  Modified:    jk/native2/server/apache2 mod_jk2.c
  Log:
  Reduce verbosity.
  
  Revision  Changes    Path
  1.59      +3 -3      jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c
  
  Index: mod_jk2.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/server/apache2/mod_jk2.c,v
  retrieving revision 1.58
  retrieving revision 1.59
  diff -u -r1.58 -r1.59
  --- mod_jk2.c	4 Feb 2003 07:41:41 -0000	1.58
  +++ mod_jk2.c	4 Mar 2003 07:19:31 -0000	1.59
  @@ -383,8 +383,8 @@
       if (workerEnv) {
           env=workerEnv->globalEnv;
   
  -        env->l->jkLog(env, env->l, JK_LOG_INFO,
  -                      "mod_jk2 Shutting down\n");
  +/*         env->l->jkLog(env, env->l, JK_LOG_INFO, */
  +/*                       "mod_jk2 Shutting down\n"); */
           workerEnv->close(env, workerEnv);
           workerEnv = NULL;
       }
  
  
  

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