[asterisk-commits] moy: branch moy/mfcr2 r153780 - /team/moy/mfcr2/channels/chan_dahdi.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sun Nov 2 20:33:14 CST 2008


Author: moy
Date: Sun Nov  2 20:33:14 2008
New Revision: 153780

URL: http://svn.digium.com/view/asterisk?view=rev&rev=153780
Log:
handle new log level for extreme debugging

Modified:
    team/moy/mfcr2/channels/chan_dahdi.c

Modified: team/moy/mfcr2/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/moy/mfcr2/channels/chan_dahdi.c?view=diff&rev=153780&r1=153779&r2=153780
==============================================================================
--- team/moy/mfcr2/channels/chan_dahdi.c (original)
+++ team/moy/mfcr2/channels/chan_dahdi.c Sun Nov  2 20:33:14 2008
@@ -1599,6 +1599,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