From: Stefan Eissing Date: Tue, 19 Apr 2022 08:57:29 +0000 (+0000) Subject: *) de-duplicate ALOGNO from code copy. X-Git-Tag: 2.5.0-alpha2-ci-test-only~385 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec8c0120dbe24f591a4994217357e051d9e60869;p=thirdparty%2Fapache%2Fhttpd.git *) de-duplicate ALOGNO from code copy. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900024 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c index 1743b14f9a2..aebbd0b6f4b 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;