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 2008/09/21 09:42:20 UTC

svn commit: r697452 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

Author: mturk
Date: Sun Sep 21 00:42:20 2008
New Revision: 697452

URL: http://svn.apache.org/viewvc?rev=697452&view=rev
Log:
Remove extra logging. We already logged this as [warn]

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

Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c?rev=697452&r1=697451&r2=697452&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Sun Sep 21 00:42:20 2008
@@ -2794,8 +2794,6 @@
             return JK_FALSE;
 
         }
-        jk_log(l, JK_LOG_INFO,
-               "can't find free endpoint");
     }
     else {
         JK_LOG_NULL_PARAMS(l);



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