Reduce signoff error message to DEBUG, since it is harmless if mod_jk has hung up...
authorbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 26 Apr 2008 02:48:40 +0000 (02:48 +0000)
committerbillbarker <billbarker@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 26 Apr 2008 02:48:40 +0000 (02:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@651792 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jk/core/MsgContext.java

index 00c08aa..7c25cb3 100644 (file)
@@ -303,7 +303,7 @@ public class MsgContext implements ActionHook {
             try {            
                 jkIS.endMessage();
             } catch(IOException iex) {
-                log.warn("Error sending end packet",iex);
+                log.debug("Error sending end packet",iex);
                 setStatus(JK_STATUS_ERROR);
             }
             if(getStatus() != JK_STATUS_ERROR) {