]> granicus.if.org Git - apache/commitdiff
AH01241 is intentionally duplicated.
authorYann Ylavic <ylavic@apache.org>
Sun, 20 Oct 2019 15:39:54 +0000 (15:39 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 20 Oct 2019 15:39:54 +0000 (15:39 +0000)
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

docs/log-message-tags/update-log-msg-tags

index 93c1958cabb9048719c1d4f5ed86855cca8a1931..00442f08bbb9ddaae162e06f3edd1971b9442ad3 100755 (executable)
@@ -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";