summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-04-19 08:57:29 +0000
committerStefan Eissing <icing@apache.org>2022-04-19 08:57:29 +0000
commitec8c0120dbe24f591a4994217357e051d9e60869 (patch)
tree8a8fd8f471e9afa371c72375b7d5b09b80d17e6d /server
parent1258a92c2c59873ce8d3956c168f471a11410685 (diff)
downloadhttpd-ec8c0120dbe24f591a4994217357e051d9e60869.tar.gz
*) de-duplicate ALOGNO from code copy.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/mpm/worker/worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c
index 1743b14f9a..aebbd0b6f4 100644
--- a/server/mpm/worker/worker.c
+++ b/server/mpm/worker/worker.c
@@ -1710,7 +1710,7 @@ static void server_main_loop(int remaining_children_to_start)
if (++successive_kills >= 3) {
if (successive_kills % 10 == 3) {
ap_log_error(APLOG_MARK, APLOG_WARNING, 0,
- ap_server_conf, APLOGNO(10392)
+ ap_server_conf, APLOGNO(10393)
"children are killed successively!");
}
continue;