[asterisk-bugs] [Asterisk 0011967]: [patch] replace ast_verbose with ast_debug(1, for debugging
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Feb 11 08:39:53 CST 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11967
======================================================================
Reported By: mvanbaak
Assigned To: file
======================================================================
Project: Asterisk
Issue ID: 11967
Category: Channels/chan_skinny
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!): 103274
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 02-10-2008 07:14 CST
Last Modified: 02-11-2008 08:39 CST
======================================================================
Summary: [patch] replace ast_verbose with ast_debug(1, for
debugging
Description:
chan_skinny uses code like this for debug messages:
if (skinny_debug)
ast_verbose("message goes here");
This patch makes it:
if (skinny_debug)
ast_debug(1, "message goes here");
This to make it more in line with other channel drivers
======================================================================
----------------------------------------------------------------------
svnbot - 02-11-08 08:39
----------------------------------------------------------------------
Repository: asterisk
Revision: 103313
U trunk/channels/chan_skinny.c
------------------------------------------------------------------------
r103313 | file | 2008-02-11 08:39:51 -0600 (Mon, 11 Feb 2008) | 6 lines
Change chan_skinny to use debug messages as appropriate.
(closes issue http://bugs.digium.com/view.php?id=11967)
Reported by: mvanbaak
Patches:
2008021000-skinnydebug.diff.txt uploaded by mvanbaak (license 7)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=103313
Issue History
Date Modified Username Field Change
======================================================================
02-11-08 08:39 svnbot Note Added: 0082001
02-11-08 08:39 svnbot Assigned To qwell => file
======================================================================
More information about the asterisk-bugs
mailing list