From: Yann Ylavic Date: Sun, 20 Oct 2019 15:39:54 +0000 (+0000) Subject: AH01241 is intentionally duplicated. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1859 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd62d1d90e645330408e0591a9734b5bae6abdd1;p=thirdparty%2Fapache%2Fhttpd.git AH01241 is intentionally duplicated. Depending on the configured child error output, messages go to ErrorLog or stderr, but AH should be the same. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868656 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/update-log-msg-tags b/docs/log-message-tags/update-log-msg-tags index 93c1958cabb..00442f08bbb 100755 --- a/docs/log-message-tags/update-log-msg-tags +++ b/docs/log-message-tags/update-log-msg-tags @@ -11,6 +11,9 @@ my %tags; my %intended_duplicate_tags; +# mod_cgid's cgid_child_errfn() +$intended_duplicate_tags{"01241"} = "true"; + foreach my $file (@ARGV) { if ($file !~ /\.c$/) { print STDERR "Skipping non-C file $file\n";