You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2007/12/15 16:16:10 UTC

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

Author: rjung
Date: Sat Dec 15 07:16:09 2007
New Revision: 604439

URL: http://svn.apache.org/viewvc?rev=604439&view=rev
Log:
Never commit without compilation.
Sometimes your fingers think different from your brain.

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=604439&r1=604438&r2=604439&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Sat Dec 15 07:16:09 2007
@@ -828,7 +828,7 @@
     }
 
     if ((cmd = jk_b_get_byte(msg)) != AJP13_CPONG_REPLY) {
-        jk_log(l, JK_LOG_WAITING,
+        jk_log(l, JK_LOG_WARNING,
                "awaited reply cpong, received %d instead",
                cmd);
         /* We can't trust this connection any more. */



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