You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Martin Kraemer <Ma...@mch.sni.de> on 1997/11/21 22:30:07 UTC

[PATCH] remove explain.c, do it with aplog_error()

explain.c, as someone (Roy? Jim?) mentioned before, is not a very useful
debugging tool, and only mod_proxy uses it at all.

Here is a patch to replace the functionality by aplog_error, preserving
the interface as it is now.

    Martin
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request

Re: [PATCH] remove explain.c, do it with aplog_error()

Posted by Dean Gaudet <dg...@arctic.org>.
+1 ... btw http_main used to use explain, but I didn't maintain it when I
was rewriting the main loop in standalone_main. 

Dean

On Fri, 21 Nov 1997, Martin Kraemer wrote:

> On Fri, Nov 21, 1997 at 10:30:07PM +0100, Martin Kraemer wrote:
> > explain.c, as someone (Roy? Jim?) mentioned before, is not a very useful
> > debugging tool, and only mod_proxy uses it at all.
> > 
> > Here is a patch to replace the functionality by aplog_error, preserving
> > the interface as it is now.
> Oops -- here comes.
> 
>     Martin
> -- 
> | S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
> | ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
> | N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
> ~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request
> 

Re: [PATCH] remove explain.c, do it with aplog_error()

Posted by Martin Kraemer <Ma...@mch.sni.de>.
On Fri, Nov 21, 1997 at 10:30:07PM +0100, Martin Kraemer wrote:
> explain.c, as someone (Roy? Jim?) mentioned before, is not a very useful
> debugging tool, and only mod_proxy uses it at all.
> 
> Here is a patch to replace the functionality by aplog_error, preserving
> the interface as it is now.
Oops -- here comes.

    Martin
-- 
| S I E M E N S |  <Ma...@mch.sni.de>  |      Siemens Nixdorf
| ------------- |   Voice: +49-89-636-46021     |  Informationssysteme AG
| N I X D O R F |   FAX:   +49-89-636-44994     |   81730 Munich, Germany
~~~~~~~~~~~~~~~~My opinions only, of course; pgp key available on request