You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2005/06/01 02:00:18 UTC

svn commit: r179318 - /httpd/httpd/branches/2.0.x/STATUS

Author: trawick
Date: Tue May 31 17:00:18 2005
New Revision: 179318

URL: http://svn.apache.org/viewcvs?rev=179318&view=rev
Log:
propose backport of small fix to log level

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=179318&r1=179317&r2=179318&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Tue May 31 17:00:18 2005
@@ -257,6 +257,12 @@
         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.