]> granicus.if.org Git - apache/commitdiff
despite trace, assign a APLOGNO, as done elsewhere in this mod
authorEric Covener <covener@apache.org>
Sun, 23 Apr 2017 21:27:15 +0000 (21:27 +0000)
committerEric Covener <covener@apache.org>
Sun, 23 Apr 2017 21:27:15 +0000 (21:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792395 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/proxy/mod_proxy_wstunnel.c

index 16fdd7822c97b53d1507edd2707a6d4d3a45480a..0afd8911a0650dfcd987a89d8aa8c1936b85faf8 100644 (file)
@@ -1 +1 @@
-10031
+10032
index f7f7b7cc7a1edd23c18b340e2922ef4ab89508c9..42147b9477c55944090d45632ee2e78e751acf79 100644 (file)
@@ -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;
                 }
             }