jfclere     2004/07/30 03:21:06

  Modified:    ajp/ajplib/test ajp_header.c
  Log:
  Add a trace.
  
  Revision  Changes    Path
  1.18      +3 -0      jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c
  
  Index: ajp_header.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/ajp/ajplib/test/ajp_header.c,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- ajp_header.c      30 Jul 2004 10:16:29 -0000      1.17
  +++ ajp_header.c      30 Jul 2004 10:21:06 -0000      1.18
  @@ -447,6 +447,9 @@
                      "Error appending the header value");
               return APR_EGENERAL;
           }
  +        ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, r->server,
  +                   "ajp_marshal_into_msgb: Header[%d] [%s] = [%s]",
  +                   i, elts[i].key, elts[i].val);
       }
   
   /* XXXX need to figure out how to do this
  
  
  

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

Reply via email to