[svn-commits] twilson: branch 1.8 r318550 - /branches/1.8/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed May 11 13:47:37 CDT 2011


Author: twilson
Date: Wed May 11 13:47:33 2011
New Revision: 318550

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=318550
Log:
Comment out the REF_DEBUG that slipped in during debugging

Modified:
    branches/1.8/channels/chan_sip.c

Modified: branches/1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/chan_sip.c?view=diff&rev=318550&r1=318549&r2=318550
==============================================================================
--- branches/1.8/channels/chan_sip.c (original)
+++ branches/1.8/channels/chan_sip.c Wed May 11 13:47:33 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 svn-commits mailing list