Restore alternate SIG_PRI_DEBUG_DEFAULT meaning.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2012-02-06 20:56:23 +00:00
parent 49ed50d8ac
commit a4f5d2c2ef

View File

@@ -45,7 +45,7 @@
#if 0 #if 0
/*! PRI debug message flags set on initial startup. */ /*! 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 #else
/*! PRI debug message flags set on initial startup. */ /*! PRI debug message flags set on initial startup. */
#define SIG_PRI_DEBUG_DEFAULT 0 #define SIG_PRI_DEBUG_DEFAULT 0