You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2003/04/04 15:27:44 UTC

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

hgomez      2003/04/04 05:27:43

  Modified:    jk/native/common jk_ajp_common.c
  Log:
  Fix problem reported by bugzilla 18571...
  
  Revision  Changes    Path
  1.36      +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c
  
  Index: jk_ajp_common.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- jk_ajp_common.c	14 Mar 2003 13:36:35 -0000	1.35
  +++ jk_ajp_common.c	4 Apr 2003 13:27:43 -0000	1.36
  @@ -1572,7 +1572,7 @@
                               unsigned elapsed = (unsigned)(now-ae->last_access);
                               if (elapsed > aw->cache_timeout) {
                                   jk_log(l, JK_LOG_DEBUG, 
  -                                    "In jk_endpoint_t::ajp_get_endpoint," \
  +                                    "In jk_endpoint_t::ajp_get_endpoint," 
                                       " cleaning cache slot = %d elapsed %d\n",
                                        i, elapsed);
                                   ajp_close_endpoint(aw->ep_cache[i], l);
  
  
  

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