From: Eric Covener Date: Sun, 23 Apr 2017 21:27:15 +0000 (+0000) Subject: despite trace, assign a APLOGNO, as done elsewhere in this mod X-Git-Tag: 2.5.0-alpha~451 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7735544ee26de86a23eb0c2b855bc6ee8b18ec2;p=apache despite trace, assign a APLOGNO, as done elsewhere in this mod git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792395 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 16fdd7822c..0afd8911a0 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10031 +10032 diff --git a/modules/proxy/mod_proxy_wstunnel.c b/modules/proxy/mod_proxy_wstunnel.c index f7f7b7cc7a..42147b9477 100644 --- a/modules/proxy/mod_proxy_wstunnel.c +++ b/modules/proxy/mod_proxy_wstunnel.c @@ -67,7 +67,7 @@ static int proxy_wstunnel_pump(ws_baton_t *baton, apr_time_t timeout, int try_po return SUSPENDED; } else { - ap_log_rerror(APLOG_MARK, APLOG_TRACE1, rv, r, APLOGNO() "Closing idle tunnel"); + ap_log_rerror(APLOG_MARK, APLOG_TRACE1, rv, r, APLOGNO(10031) "Closing idle tunnel"); return HTTP_REQUEST_TIME_OUT; } }