[Home]

Summary:ASTERISK-13348: [patch] DNS SRV messages inadvertently changed from verbosity >3 to 3
Reporter:John Covert (jcovert)Labels:
Date Opened:2009-01-12 15:23:07.000-0600Date Closed:2009-01-12 17:13:14.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Channels
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) srv.c.patch
Description:To close issue ASTERISK-11035, a patch to several modules was committed, which inadvertently changed the verbosity on several messages.

The patch tended to ignore the difference between ">n" and ">=n", and in the case of ">n" lowered the verbosity.

The most annoying of these so far is in main/srv.c, with DNS SRV messages popping out every few seconds while at verbosity 3.

The attached patch restores this to the former verbosity of 4.
Comments:By: Digium Subversion (svnbot) 2009-01-12 17:12:31.000-0600

Repository: asterisk
Revision: 168523

U   trunk/main/srv.c

------------------------------------------------------------------------
r168523 | mmichelson | 2009-01-12 17:12:31 -0600 (Mon, 12 Jan 2009) | 11 lines

bump the verbosity of a message in srv.c up by one. It used to be
at this level prior to a large patch merge which converted ast_verbose
calls to ast_verb

(closes issue ASTERISK-13348)
Reported by: jcovert
Patches:
     srv.c.patch uploaded by jcovert (license 551)



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

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

By: Digium Subversion (svnbot) 2009-01-12 17:13:13.000-0600

Repository: asterisk
Revision: 168524

_U  branches/1.6.1/
U   branches/1.6.1/main/srv.c

------------------------------------------------------------------------
r168524 | mmichelson | 2009-01-12 17:13:13 -0600 (Mon, 12 Jan 2009) | 19 lines

Merged revisions 168523 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r168523 | mmichelson | 2009-01-12 17:12:30 -0600 (Mon, 12 Jan 2009) | 11 lines

bump the verbosity of a message in srv.c up by one. It used to be
at this level prior to a large patch merge which converted ast_verbose
calls to ast_verb

(closes issue ASTERISK-13348)
Reported by: jcovert
Patches:
     srv.c.patch uploaded by jcovert (license 551)



........

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

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