]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1783756: update APLOGNO.
authorYann Ylavic <ylavic@apache.org>
Mon, 20 Feb 2017 13:57:53 +0000 (13:57 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 20 Feb 2017 13:57:53 +0000 (13:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783762 13f79535-47bb-0310-9956-ffa450edef68

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

index 3cd74ff17f5dc3f7536d5eebaecf9f988e6e0ee6..db6402d40bdb84b64a959055d3be06e464590480 100644 (file)
@@ -1 +1 @@
-10004
+10005
index a8de28425b3cd2ab78bcfd7aa4f758e56ea8ea5f..7b504d0ee09d4c8a08b92f5daac00976924b3a2c 100644 (file)
@@ -280,7 +280,7 @@ conn_rec *h2_slave_create(conn_rec *master, int slave_id, apr_pool_t *parent)
     status = apr_thread_mutex_create(&mutex, APR_THREAD_MUTEX_DEFAULT, pool);
     if (status != APR_SUCCESS) {
         ap_log_cerror(APLOG_MARK, APLOG_ERR, status, master, 
-                      APLOGNO() "h2_session(%ld-%d): create slave mutex",
+                      APLOGNO(10004) "h2_session(%ld-%d): create slave mutex",
                       master->id, slave_id);
         apr_pool_destroy(pool);
         return NULL;