From: Stefan Eissing Date: Mon, 21 Mar 2016 09:47:58 +0000 (+0000) Subject: fix APLOGNO at wrong place, me stupid X-Git-Tag: 2.5.0-alpha~1853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71142b35117b1ae2a8ebfd459920511e1be5a390;p=thirdparty%2Fapache%2Fhttpd.git fix APLOGNO at wrong place, me stupid git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735935 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_proxy_session.c b/modules/http2/h2_proxy_session.c index 7799c94665d..0487d86aa7e 100644 --- a/modules/http2/h2_proxy_session.c +++ b/modules/http2/h2_proxy_session.c @@ -642,8 +642,8 @@ static apr_status_t submit_stream(h2_proxy_session *session, h2_proxy_stream *st hd->nv, hd->nvlen, pp, stream); if (APLOGcdebug(session->c)) { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, - "h2_proxy_session(%s): submit %s%s -> %d", APLOGNO(03363) + ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO(03363) + "h2_proxy_session(%s): submit %s%s -> %d", session->id, stream->req->authority, stream->req->path, rv); }