From: Yann Ylavic Date: Tue, 25 Jan 2022 17:41:42 +0000 (+0000) Subject: Follow up to r1897460: APLOGNOs. X-Git-Tag: 2.5.0-alpha2-ci-test-only~538 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b59fe5df751bedb133d30a5e68ca3ea0fb152ea1;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1897460: APLOGNOs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number index ee5bf2c8b20..b840399e869 100644 --- a/docs/log-message-tags/next-number +++ b/docs/log-message-tags/next-number @@ -1 +1 @@ -10375 +10379 diff --git a/server/mpm/event/event.c b/server/mpm/event/event.c index 8ccc934ab1b..adb7fcf36f1 100644 --- a/server/mpm/event/event.c +++ b/server/mpm/event/event.c @@ -2924,7 +2924,7 @@ static void child_main(int child_num_arg, int child_bucket) || apr_threadattr_detach_set(main_thd_attr, 1) || ap_thread_current_create(&main_thd, main_thd_attr, pchild)) { - ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO(10377) "Couldn't initialize child main thread"); clean_child_exit(APEXIT_CHILDFATAL); } diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index de7c5b1fe90..6b5a266d884 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -457,7 +457,7 @@ static void child_main(int child_num_arg, int child_bucket) || apr_threadattr_detach_set(main_thd_attr, 1) || ap_thread_current_create(&thd, main_thd_attr, pchild)) { - ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO(10378) "Couldn't initialize child main thread"); clean_child_exit(APEXIT_CHILDFATAL); } diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c index 52ff30ff510..4b53eb73ea0 100644 --- a/server/mpm/winnt/child.c +++ b/server/mpm/winnt/child.c @@ -934,7 +934,7 @@ void child_main(apr_pool_t *pconf, DWORD parent_pid) || apr_threadattr_detach_set(main_thd_attr, 1) || ap_thread_current_create(&main_thd, main_thd_attr, pchild)) { - ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO(10376) "Couldn't initialize child main thread"); exit(APEXIT_CHILDINIT); } diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 3266130d5ad..e4973f146ba 100644 --- a/server/mpm/worker/worker.c +++ b/server/mpm/worker/worker.c @@ -1145,7 +1145,7 @@ static void child_main(int child_num_arg, int child_bucket) || apr_threadattr_detach_set(main_thd_attr, 1) || ap_thread_current_create(&main_thd, main_thd_attr, pchild)) { - ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_EMERG, 0, ap_server_conf, APLOGNO(10375) "Couldn't initialize child main thread"); clean_child_exit(APEXIT_CHILDFATAL); }