You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2002/07/08 15:37:54 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c

mturk       2002/07/08 06:37:54

  Modified:    jk/native2/common jk_requtil.c
  Log:
  no message
  
  Revision  Changes    Path
  1.23      +2 -2      jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c
  
  Index: jk_requtil.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- jk_requtil.c	10 Jun 2002 21:55:06 -0000	1.22
  +++ jk_requtil.c	8 Jul 2002 13:37:54 -0000	1.23
  @@ -575,7 +575,7 @@
               }
           } else {
               if( debug > 0 )
  -                env->l->jkLog(env, env->l, JK_LOG_INFO,
  +                env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                                 "serialize.request() Add headerName %s\n", name);
               if (msg->appendString(env, msg, name)) {
                   env->l->jkLog(env, env->l, JK_LOG_ERROR,
  @@ -700,7 +700,7 @@
   
       
       if( debug > 0  )
  -        env->l->jkLog(env, env->l, JK_LOG_INFO,
  +        env->l->jkLog(env, env->l, JK_LOG_DEBUG,
                         "serialize.request() serialized %s\n", s->req_uri);
   
       /*  msg->dump( env, msg, "Dump: " ); */
  
  
  

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