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/22 01:21:45 UTC

svn commit: r568322 - /httpd/httpd/trunk/server/log.c

Author: wrowe
Date: Tue Aug 21 16:21:44 2007
New Revision: 568322

URL: http://svn.apache.org/viewvc?rev=568322&view=rev
Log:
This message was confusing during debugging, make it unique.

Modified:
    httpd/httpd/trunk/server/log.c

Modified: httpd/httpd/trunk/server/log.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/log.c?rev=568322&r1=568321&r2=568322&view=diff
==============================================================================
--- httpd/httpd/trunk/server/log.c (original)
+++ httpd/httpd/trunk/server/log.c Tue Aug 21 16:21:44 2007
@@ -213,7 +213,7 @@
     }
     if (rc != APR_SUCCESS) {
         ap_log_error(APLOG_MARK, APLOG_CRIT, rc, NULL,
-                     "unable to replace stderr with error_log");
+                     "unable to replace stderr with error log file");
     }
     return rc;
 }



Re: svn commit: r568322 - /httpd/httpd/trunk/server/log.c

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
wrowe@apache.org wrote:
> Author: wrowe
> Date: Tue Aug 21 16:21:44 2007
> New Revision: 568322
> 
> URL: http://svn.apache.org/viewvc?rev=568322&view=rev
> Log:
> This message was confusing during debugging, make it unique.

As you'd noticed, I've begun committing easily digestible pieces of
the piped log bug fixes.  I have a ways to go before all of the related
patches are in (I'm trying to get this trimmed down to the bare minimum)
but I'll holler once they are done.

Oh - and I'm not committing anything out of sequence, it should be ready
to validate at any point you want to check out.  But the patches to httpd
so far affect any platform, the patches to apr for windows are still
coming (no flaws yet discovered in unix threadproc or file_io)

Re: svn commit: r568322 - /httpd/httpd/trunk/server/log.c

Posted by "William A. Rowe, Jr." <wr...@rowe-clan.net>.
wrowe@apache.org wrote:
> Author: wrowe
> Date: Tue Aug 21 16:21:44 2007
> New Revision: 568322
> 
> URL: http://svn.apache.org/viewvc?rev=568322&view=rev
> Log:
> This message was confusing during debugging, make it unique.

As you'd noticed, I've begun committing easily digestible pieces of
the piped log bug fixes.  I have a ways to go before all of the related
patches are in (I'm trying to get this trimmed down to the bare minimum)
but I'll holler once they are done.

Oh - and I'm not committing anything out of sequence, it should be ready
to validate at any point you want to check out.  But the patches to httpd
so far affect any platform, the patches to apr for windows are still
coming (no flaws yet discovered in unix threadproc or file_io)