[asterisk-dev] [svn-commits] lathama: branch 1.8 r308393 - /branches/1.8/main/http.c
Andrew Latham
lathama at gmail.com
Mon Feb 21 08:39:38 CST 2011
Paul
Thanks, I asked about the debug / verbose stuff on the dev list. I
often go to the mailing list to see if my email made it.
I like humor too, but I think the humor may confuse some people. If
you do humor, do it correctly: "mmm ... cookie! me like cookie! more
cookie!" :D
~~~ Andrew "lathama" Latham lathama at gmail.com ~~~
On Mon, Feb 21, 2011 at 11:36 AM, Paul Belanger <pabelanger at digium.com> 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);
>
>> /* Extract arguments from the request and store them in variables. */
>> if (params) {
>> @@ -804,7 +807,7 @@
>> }
>>
>> if (option_debug) {
>> - ast_log(LOG_DEBUG, "mmm ... cookie! Name: '%s' Value: '%s'\n", name, val);
>> + ast_log(LOG_DEBUG, "HTTP Cookie, Name: '%s' Value: '%s'\n", name, val);
>>
> "We value a sense of humor in the Asterisk code base." :-P /russellb
>
> --
> Paul Belanger
> Digium, Inc. | Software Developer
> twitter: pabelanger | IRC: pabelanger (Freenode)
> Check us out at: http://digium.com & http://asterisk.org
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-dev
>
More information about the asterisk-dev
mailing list