]> granicus.if.org Git - apache/commitdiff
Follow-up to r1754161
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 23 Jun 2018 20:06:46 +0000 (20:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 23 Jun 2018 20:06:46 +0000 (20:06 +0000)
Fix a missed s/backconn/backend connection/ in an un-likely error path.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834222 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_wstunnel.c

index 5819ad65b987dcb324c939e4daca28c4c8f4226b..b30de8ce45ff8c753e6c90e6233617bdc8e18b73 100644 (file)
@@ -104,7 +104,7 @@ static int proxy_wstunnel_pump(ws_baton_t *baton, apr_time_t timeout, int try_po
                 }
                 else { 
                     ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(02605)
-                            "unknown event on backconn %d", pollevent);
+                            "unknown event on backend connection %d", pollevent);
                     done = 1;
                 }
             }