[svn-commits] rmudgett: trunk r354174 - /trunk/channels/sig_pri.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Feb 6 14:56:26 CST 2012


Author: rmudgett
Date: Mon Feb  6 14:56:23 2012
New Revision: 354174

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=354174
Log:
Restore alternate SIG_PRI_DEBUG_DEFAULT meaning.

Modified:
    trunk/channels/sig_pri.h

Modified: trunk/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sig_pri.h?view=diff&rev=354174&r1=354173&r2=354174
==============================================================================
--- trunk/channels/sig_pri.h (original)
+++ trunk/channels/sig_pri.h Mon Feb  6 14:56:23 2012
@@ -45,7 +45,7 @@
 
 #if 0
 /*! PRI debug message flags set on initial startup. */
-#define SIG_PRI_DEBUG_DEFAULT	SIG_PRI_DEBUG_NORMAL
+#define SIG_PRI_DEBUG_DEFAULT	(SIG_PRI_DEBUG_NORMAL | PRI_DEBUG_Q931_DUMP)
 #else
 /*! PRI debug message flags set on initial startup. */
 #define SIG_PRI_DEBUG_DEFAULT	0




More information about the svn-commits mailing list