You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/08/23 22:48:43 UTC

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

Author: wrowe
Date: Thu Aug 23 13:48:43 2007
New Revision: 569138

URL: http://svn.apache.org/viewvc?rev=569138&view=rev
Log:
Second iteration, whoops, thanks for testing rpluem

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

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=569138&r1=569137&r2=569138&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Thu Aug 23 13:48:43 2007
@@ -150,13 +150,11 @@
       Continue in this case, since the previous alternative of no error 
       logging at all (/dev/null) is far worse. [William Rowe]
         http://svn.apache.org/viewvc?view=rev&revision=568326
-      r452431 plus r568326; adjusted for 2.0;
-        http://people.apache.org/~wrowe/r568326-backport-2.0.patch
+      r452431 plus r568326; adjusted for 2.0 (note second iteration!);
+        http://people.apache.org/~wrowe/r568326-backport-2.0-r2.patch
       disambiguate an error message to diagnose future error reports
         http://svn.apache.org/viewvc?view=rev&revision=568322
         +1: wrowe
-        -1: rpluem says: This fails to compile as errfile is undeclared in
-            line 259 of log.c.
 
     * main core: Emit errors during the initial apr_app_initialize()
       or apr_pool_create() (when apr-based error reporting is not ready).