]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
*) de-duplicate ALOGNO from code copy.
authorStefan Eissing <icing@apache.org>
Tue, 19 Apr 2022 08:57:29 +0000 (08:57 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 19 Apr 2022 08:57:29 +0000 (08:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900024 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 1743b14f9a202b1c5021e06ac431d050e2324a26..aebbd0b6f4b090176ab4f8dc713f46d2134c3b8e 100644 (file)
@@ -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;