From: Stefan Fritsch Date: Sat, 3 Oct 2015 08:48:38 +0000 (+0000) Subject: update log number X-Git-Tag: 2.5.0-alpha~2773 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79f5d5cfd80efe3b6bd9172c4f590adee1e69cc3;p=apache update log number git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1706525 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index ec21808e29..3a874affa1 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -2966 +2967 diff --git a/server/mpm/motorz/motorz.c b/server/mpm/motorz/motorz.c index cf51f16ce0..f359dbafb9 100644 --- a/server/mpm/motorz/motorz.c +++ b/server/mpm/motorz/motorz.c @@ -1605,7 +1605,7 @@ static int motorz_pre_config(apr_pool_t *p, apr_pool_t *plog, apr_pool_t *ptemp) apr_skiplist_set_compare(mz->timer_ring, timer_comp, timer_comp); rv = apr_thread_mutex_create(&mz->mtx, 0, mz->pool); if (rv != APR_SUCCESS) { - ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_CRIT, rv, NULL, APLOGNO(02966) "motorz_pre_config: apr_thread_mutex_create failed"); return rv; }