From: Stefan Eissing Date: Tue, 19 Apr 2022 13:44:05 +0000 (+0000) Subject: *) mod_http2: make APLOGNO check happy with line continuation. X-Git-Tag: 2.5.0-alpha2-ci-test-only~378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bdf654ce7282246d682ee7d1163c28e187ed97f;p=thirdparty%2Fapache%2Fhttpd.git *) 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 --- 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;