summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-25 17:41:42 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-25 17:41:42 +0000
commitb59fe5df751bedb133d30a5e68ca3ea0fb152ea1 (patch)
tree08a7240cf6e2394fb554ae00ee2c6d863a97a8ec
parent604485905718803811a4b68cd2717a3712500d4a (diff)
downloadhttpd-b59fe5df751bedb133d30a5e68ca3ea0fb152ea1.tar.gz
Follow up to r1897460: APLOGNOs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897461 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/log-message-tags/next-number2
-rw-r--r--server/mpm/event/event.c2
-rw-r--r--server/mpm/prefork/prefork.c2
-rw-r--r--server/mpm/winnt/child.c2
-rw-r--r--server/mpm/worker/worker.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/log-message-tags/next-number b/docs/log-message-tags/next-number
index ee5bf2c8b2..b840399e86 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 8ccc934ab1..adb7fcf36f 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 de7c5b1fe9..6b5a266d88 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 52ff30ff51..4b53eb73ea 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 3266130d5a..e4973f146b 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);
}