From: billbarker Date: Sat, 26 Apr 2008 02:48:40 +0000 (+0000) Subject: Reduce signoff error message to DEBUG, since it is harmless if mod_jk has hung up... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2e9ea8f637af334cfeeb0b69c24e5619b9bdbbf0;p=tomcat7.0 Reduce signoff error message to DEBUG, since it is harmless if mod_jk has hung up the phone git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@651792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/jk/core/MsgContext.java b/java/org/apache/jk/core/MsgContext.java index 00c08aaa6..7c25cb3d0 100644 --- a/java/org/apache/jk/core/MsgContext.java +++ b/java/org/apache/jk/core/MsgContext.java @@ -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) {