summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2017-04-23 21:27:15 +0000
committerEric Covener <covener@apache.org>2017-04-23 21:27:15 +0000
commitb7735544ee26de86a23eb0c2b855bc6ee8b18ec2 (patch)
tree689ce387722f2123739f16a5f55c276246f7ddf0
parent8af890b8f809321456c47df8dce7e1d941356a1f (diff)
downloadhttpd-b7735544ee26de86a23eb0c2b855bc6ee8b18ec2.tar.gz
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
-rw-r--r--docs/log-message-tags/next-number2
-rw-r--r--modules/proxy/mod_proxy_wstunnel.c2
2 files changed, 2 insertions, 2 deletions
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;
}
}