]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1897460: APLOGNOs.
authorYann Ylavic <ylavic@apache.org>
Tue, 25 Jan 2022 17:41:42 +0000 (17:41 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 25 Jan 2022 17:41:42 +0000 (17:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897461 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/next-number
server/mpm/event/event.c
server/mpm/prefork/prefork.c
server/mpm/winnt/child.c
server/mpm/worker/worker.c

index ee5bf2c8b2014c2f50d6ee341d110f2f865802e9..b840399e869a3cec7bdc78198855bb718e4c9050 100644 (file)
@@ -1 +1 @@
-10375
+10379
index 8ccc934ab1b1c29bed4289961def017620e3ea1b..adb7fcf36f1759d3fd041ef0276aaf3e0a77b5ab 100644 (file)
@@ -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);
         }
index de7c5b1fe908cfa56d5da4cf87519a3cf409a556..6b5a266d88462fc7d80cc0c06f6fd0acff5bf5fb 100644 (file)
@@ -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);
         }
index 52ff30ff5104fb6346e584e824d03f2ff67732d5..4b53eb73ea05d09fb46cab20911e99334f77bd04 100644 (file)
@@ -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);
         }
index 3266130d5adb8183a630def5d7dff0bcb3569dba..e4973f146ba263dcbe5cef66ffe3799ba48391b5 100644 (file)
@@ -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);
         }