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/11/20 18:29:11 UTC

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

mturk       2002/11/20 09:29:11

  Modified:    jk/native2/common jk_msg_ajp.c
  Log:
  Use the logger for dump method instead of using stderr.
  
  Revision  Changes    Path
  1.20      +2 -1      jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c
  
  Index: jk_msg_ajp.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- jk_msg_ajp.c	24 Sep 2002 22:39:21 -0000	1.19
  +++ jk_msg_ajp.c	20 Nov 2002 17:29:11 -0000	1.20
  @@ -130,7 +130,8 @@
           }
           *current++='\n';
           *current++='\0';
  -        fprintf( stderr, "%.4x    %s", i, line );
  +        env->l->jkLog(env, env->l, JK_LOG_INFO,
  +                      "%.4x    %s", i, line);
       }
   }
   
  
  
  

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