Files
asterisk/res
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
(closes issue #10277, patches by mvanbaak)

Basically, this changes ...

if (option_verbose > 2)
   ast_verbose(VERBOSE_PREFIX_3, "Something\n");

to ...

ast_verb(3, "Something\n");


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@77299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-07-26 15:49:18 +00:00
..
2007-07-23 14:32:04 +00:00
2007-07-23 14:32:04 +00:00
2007-07-23 14:32:04 +00:00
2007-07-23 14:32:04 +00:00
2007-07-02 20:27:28 +00:00
2007-07-23 14:32:04 +00:00