[asterisk-dev] [svn-commits] lathama: branch 1.8 r308393 - /branches/1.8/main/http.c

Andrew Latham lathama at gmail.com
Mon Feb 21 11:32:31 CST 2011


On Mon, Feb 21, 2011 at 2:29 PM, Russell Bryant <russell at digium.com> wrote:
> On Mon, 2011-02-21 at 09:36 -0500, Paul Belanger wrote:
>> On 11-02-21 09:24 AM, SVN commits to the Digium repositories wrote:
>> > +   if (option_debug > 4)
>> > +           ast_verbose("HTTP Request URI is %s \n", uri);
>> > +
>> >
>> You can replace the previous code with the following:
>> ast_debug(5, HTTP Request URI is %s \n", uri);
>
> To be clear, it _must_ be ast_debug(), as there is some additional magic
> going on in ast_debug() (enabling per-module debug settings, for
> example).
>
> --
> Russell Bryant

Can someone point to a document or even past email with the guidelines
to this?  I sent an email on the -dev list about this.  I am either
blind or it is hard to find.

~~~ Andrew "lathama" Latham lathama at gmail.com ~~~



More information about the asterisk-dev mailing list