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

Paul Belanger pabelanger at digium.com
Mon Feb 21 08:36:17 CST 2011


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



More information about the asterisk-dev mailing list