From: Yann Ylavic Date: Mon, 20 Feb 2017 13:57:53 +0000 (+0000) Subject: Follow up to r1783756: update APLOGNO. X-Git-Tag: 2.5.0-alpha~639 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2722df405fc7423676109e3c9ebcb7ba0e98d417;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1783756: update APLOGNO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1783762 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index 3cd74ff17f5..db6402d40bd 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10004 +10005 diff --git a/modules/http2/h2_conn.c b/modules/http2/h2_conn.c index a8de28425b3..7b504d0ee09 100644 --- a/modules/http2/h2_conn.c +++ b/modules/http2/h2_conn.c @@ -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;