]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) mod_http2: make APLOGNO check happy with line continuation.
authorStefan Eissing <icing@apache.org>
Tue, 19 Apr 2022 13:44:05 +0000 (13:44 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 19 Apr 2022 13:44:05 +0000 (13:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900037 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_mplx.c

index 3e79ab855867a729977b9120e628dea1f78a5b66..5ce0416a9db5622f78ed8617427b8ec06f83335f 100644 (file)
@@ -1155,7 +1155,7 @@ static apr_status_t mplx_pollset_poll(h2_mplx *m, apr_interval_time_t timeout,
                               H2_MPLX_MSG(m, "polling timed out "));
             }
             else {
-                ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, m->c1, APLOGNO(10310)
+                ap_log_cerror(APLOG_MARK, APLOG_ERR, rv, m->c1, APLOGNO(10310) \
                               H2_MPLX_MSG(m, "polling failed"));
             }
             goto cleanup;