[asterisk-bugs] [Asterisk 0010277]: [patch] replace ast_verbose(VERBOSE_PREFIX_X with ast_verb(X,

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Jul 26 10:32:07 CDT 2007


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=10277 
====================================================================== 
Reported By:                mvanbaak
Assigned To:                russell
====================================================================== 
Project:                    Asterisk
Issue ID:                   10277
Category:                   General
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     assigned
Asterisk Version:            SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             07-23-2007 12:55 CDT
Last Modified:              07-26-2007 10:32 CDT
====================================================================== 
Summary:                    [patch] replace ast_verbose(VERBOSE_PREFIX_X with
ast_verb(X,
Description: 
Janitor project to implement ast_verb in all of asterisk.
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 07-26-07 10:32  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 77299

------------------------------------------------------------------------
r77299 | russell | 2007-07-26 10:32:05 -0500 (Thu, 26 Jul 2007) | 12 lines

Do a massive conversion for using the ast_verb() macro
(closes issue http://bugs.digium.com/view.php?id=10277, patches by mvanbaak)

Basically, this changes ...

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

to ...

ast_verb(3, "Something
");

------------------------------------------------------------------------ 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-26-07 10:32  svnbot         Checkin                                      
07-26-07 10:32  svnbot         Note Added: 0067927                          
07-26-07 10:32  svnbot         Status                   new => assigned     
07-26-07 10:32  svnbot         Assigned To               => russell         
======================================================================




More information about the asterisk-bugs mailing list