]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
propose backport of small fix to log level
authorJeff Trawick <trawick@apache.org>
Wed, 1 Jun 2005 00:00:18 +0000 (00:00 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 1 Jun 2005 00:00:18 +0000 (00:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@179318 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c0533dac208ac4fac7b52ea563272d60faef3a72..f3c31e7123b09881368a4ea689fa6f9d003c5708 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -257,6 +257,12 @@ PATCHES TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewcvs?rev=170354&view=rev
         +1: trawick
 
+     *) Downgrade the log level of a worker MPM apr_proc_mutex_foo error
+        message when it occurs during restart (as we already do for a couple
+        of other calls).
+        http://svn.apache.org/viewcvs?rev=179317&view=rev
+        +1: trawick
+
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) Remove LDAP toolkit specific code from util_ldap and mod_auth_ldap.