[asterisk-commits] moy: branch moy/mfcr2-1.4 r153782 - /team/moy/mfcr2-1.4/channels/chan_dahdi.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Nov 2 22:03:14 CST 2008
Author: moy
Date: Sun Nov 2 22:03:13 2008
New Revision: 153782
URL: http://svn.digium.com/view/asterisk?view=rev&rev=153782
Log:
added extreme debug level handling
Modified:
team/moy/mfcr2-1.4/channels/chan_dahdi.c
Modified: team/moy/mfcr2-1.4/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/moy/mfcr2-1.4/channels/chan_dahdi.c?view=diff&rev=153782&r1=153781&r2=153782
==============================================================================
--- team/moy/mfcr2-1.4/channels/chan_dahdi.c (original)
+++ team/moy/mfcr2-1.4/channels/chan_dahdi.c Sun Nov 2 22:03:13 2008
@@ -1206,6 +1206,7 @@
case OR2_LOG_MF_TRACE:
case OR2_LOG_CAS_TRACE:
case OR2_LOG_DEBUG:
+ case OR2_LOG_EX_DEBUG:
ast_log(LOG_DEBUG, logmessage);
break;
default:
More information about the asterisk-commits
mailing list