summaryrefslogtreecommitdiff
path: root/server/mpm/prefork
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 /server/mpm/prefork
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
Diffstat (limited to 'server/mpm/prefork')
-rw-r--r--server/mpm/prefork/prefork.c2
1 files changed, 1 insertions, 1 deletions
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);
}