[Home]

Summary:ASTERISK-11035: [patch] Change ast_verbose to ast_verb
Reporter:snuffy (snuffy)Labels:
Date Opened:2007-12-13 23:31:58.000-0600Date Closed:2007-12-14 08:47:08.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast-verb.diff
Description:Looked through some of the code and found places were ast_verb could be used instead of doing
if(option_verbose > x)
  ast_verbose(VERBOSE_PREFIX_X "xxx")

I have done it for any that are >= two





Comments:By: Digium Subversion (svnbot) 2007-12-14 08:47:08.000-0600

Repository: asterisk
Revision: 92913

U   trunk/apps/app_amd.c
U   trunk/apps/app_chanspy.c
U   trunk/apps/app_dial.c
U   trunk/apps/app_minivm.c
U   trunk/apps/app_mixmonitor.c
U   trunk/apps/app_voicemail.c
U   trunk/channels/chan_skinny.c
U   trunk/main/asterisk.c
U   trunk/main/netsock.c
U   trunk/main/pbx.c
U   trunk/main/srv.c
U   trunk/res/res_features.c
U   trunk/res/snmp/agent.c

------------------------------------------------------------------------
r92913 | tilghman | 2007-12-14 08:47:05 -0600 (Fri, 14 Dec 2007) | 5 lines

Convert ast_verbose to ast_verb.
Reported by: snuffy
Patch by: snuffy
(Closes issue ASTERISK-11035)

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

http://svn.digium.com/view/asterisk?view=rev&revision=92913