[asterisk-commits] twilson: trunk r318552 - in /trunk: ./ channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed May 11 13:52:58 CDT 2011
Author: twilson
Date: Wed May 11 13:52:53 2011
New Revision: 318552
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=318552
Log:
Merged revisions 318550 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
........
r318550 | twilson | 2011-05-11 13:47:33 -0500 (Wed, 11 May 2011) | 2 lines
Comment out the REF_DEBUG that slipped in during debugging
........
Modified:
trunk/ (props changed)
trunk/channels/chan_sip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/chan_sip.c?view=diff&rev=318552&r1=318551&r2=318552
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Wed May 11 13:52:53 2011
@@ -228,7 +228,7 @@
In normal operation, the macros defined will throw away the tags, so they do not
affect the speed of the program at all. They can be considered to be documentation.
*/
-#define REF_DEBUG 1
+/* #define REF_DEBUG 1 */
#include "asterisk/lock.h"
#include "asterisk/config.h"
#include "asterisk/module.h"
More information about the asterisk-commits
mailing list