From: Stefan Eissing Date: Sat, 19 Mar 2016 10:16:02 +0000 (+0000) Subject: mod_proxy_http2: removed duplicate log code after review X-Git-Tag: 2.5.0-alpha~1867 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dd1130efad5cbd35c7c01744ce2b8a3fde84563;p=apache mod_proxy_http2: removed duplicate log code after review git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735748 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/h2_proxy_session.c b/modules/http2/h2_proxy_session.c index eece94894e..3258ba1b8e 100644 --- a/modules/http2/h2_proxy_session.c +++ b/modules/http2/h2_proxy_session.c @@ -647,11 +647,6 @@ static apr_status_t submit_stream(h2_proxy_session *session, h2_proxy_stream *st session->id, stream->req->authority, stream->req->path, rv); } - else { - ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, - "h2_proxy_session(%s-%d): submit %s%s", - session->id, rv, stream->req->authority, stream->req->path); - } if (rv > 0) { stream->id = rv;