]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix APLOGNO at wrong place, me stupid
authorStefan Eissing <icing@apache.org>
Mon, 21 Mar 2016 09:47:58 +0000 (09:47 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 21 Mar 2016 09:47:58 +0000 (09:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735935 13f79535-47bb-0310-9956-ffa450edef68

modules/http2/h2_proxy_session.c

index 7799c94665d08e39de27e8ead8bd842c8aed23e6..0487d86aa7ee1ecaf82bc54c487fe35feb50f728 100644 (file)
@@ -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);
     }