From 9bdf654ce7282246d682ee7d1163c28e187ed97f Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Tue, 19 Apr 2022 13:44:05 +0000 Subject: [PATCH] *) mod_http2: make APLOGNO check happy with line continuation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900037 13f79535-47bb-0310-9956-ffa450edef68 --- modules/http2/h2_mplx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http2/h2_mplx.c b/modules/http2/h2_mplx.c index 3e79ab85586..5ce0416a9db 100644 --- a/modules/http2/h2_mplx.c +++ b/modules/http2/h2_mplx.c @@ -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; -- 2.47.2