[asterisk-bugs] [Asterisk 0011934]: [patch] replace option_verbose ast_verbose calls with ast_verb
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Feb 5 16:07:33 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11934
======================================================================
Reported By: mvanbaak
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11934
Category: General
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 102502
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-05-2008 16:00 CST
Last Modified: 02-05-2008 16:07 CST
======================================================================
Summary: [patch] replace option_verbose ast_verbose calls
with ast_verb
Description:
There are some places left in the code where option_verbose checks with
ast_verbose calls are used. This patch replaces them with ast_verb(level,
calls like the janitor project from some time ago.
======================================================================
----------------------------------------------------------------------
putnopvut - 02-05-08 16:07
----------------------------------------------------------------------
A lot of these are actually are one off from what they should be. You
changed a lot of instances of
ast_verbose(...something...)
to
ast_verb(1,...something...)
which means that it now requires an extra level of verbosity to be
printed. If uniformity is what is desired, you can change these to
ast_verb(0,...something...)
Issue History
Date Modified Username Field Change
======================================================================
02-05-08 16:07 putnopvut Note Added: 0081730
======================================================================
More information about the asterisk-bugs
mailing list