diff options
author | Stefan Eissing <icing@apache.org> | 2022-04-19 15:44:05 +0200 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2022-04-19 15:44:05 +0200 |
commit | 9bdf654ce7282246d682ee7d1163c28e187ed97f (patch) | |
tree | cab9b37367d0c94a323a38c8d2a8e8ece500e153 /modules/http2/h2_mplx.c | |
parent | *) mod_http2: using new session ids also in logging for connection (diff) | |
download | apache2-9bdf654ce7282246d682ee7d1163c28e187ed97f.tar.xz apache2-9bdf654ce7282246d682ee7d1163c28e187ed97f.zip |
*) 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
Diffstat (limited to '')
-rw-r--r-- | modules/http2/h2_mplx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http2/h2_mplx.c b/modules/http2/h2_mplx.c index 3e79ab8558..5ce0416a9d 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; |