[asterisk-dev] [svn-commits] lathama: branch 1.8 r308393 - /branches/1.8/main/http.c
Russell Bryant
russell at digium.com
Mon Feb 21 11:29:08 CST 2011
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
More information about the asterisk-dev
mailing list