On 17.09.2010 15:44, mt...@apache.org wrote:
Author: mturk
Date: Fri Sep 17 13:44:50 2010
New Revision: 998129

URL: http://svn.apache.org/viewvc?rev=998129&view=rev
Log:
Axe excess logging. We already logged that within jk_open_socket

Modified:
     tomcat/jk/trunk/native/common/jk_ajp_common.c

Modified: tomcat/jk/trunk/native/common/jk_ajp_common.c
URL: 
http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_ajp_common.c?rev=998129&r1=998128&r2=998129&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_ajp_common.c (original)
+++ tomcat/jk/trunk/native/common/jk_ajp_common.c Fri Sep 17 13:44:50 2010
@@ -962,13 +962,6 @@ int ajp_connect_to_endpoint(ajp_endpoint
          JK_TRACE_EXIT(l);
          return JK_FALSE;
      }
-    ae->last_errno = 0;

Sure you want to remove the above reset of last_errno?

-    if (JK_IS_DEBUG_LEVEL(l)) {
-        jk_log(l, JK_LOG_DEBUG,
-               "Connected socket %d to (%s)",
-               ae->sd,
-               jk_dump_hinfo(&ae->worker->worker_inet_addr, buf));
-    }
      /* set last_access only if needed */
      if (ae->worker->cache_timeout>  0)
          ae->last_access = time(NULL);

Regards,

Rainer

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

Reply via email to