]> granicus.if.org Git - apache/commitdiff
On the trunk:
authorStefan Eissing <icing@apache.org>
Fri, 31 Mar 2017 14:26:37 +0000 (14:26 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 31 Mar 2017 14:26:37 +0000 (14:26 +0000)
mod_http2: log tags updated

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1789692 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
modules/http2/h2_mplx.c

index 56b851557605b3f3330eda3339a63508f77c4969..651b524a65db2d3e2f3b940100344b2c89cf260a 100644 (file)
@@ -1 +1 @@
-10021
+10022
index 78ae81365f71515633b43d36f5c475b6fb6983d6..04fbbd05cbce638a631cb21014d65c34eeff169b 100644 (file)
@@ -672,7 +672,7 @@ static void register_if_needed(h2_mplx *m)
             m->is_registered = 1;
         }
         else {
-            ap_log_cerror(APLOG_MARK, APLOG_ERR, status, m->c, APLOGNO()
+            ap_log_cerror(APLOG_MARK, APLOG_ERR, status, m->c, APLOGNO(10021)
                           "h2_mplx(%ld): register at workers", m->id);
         }
     }