[asterisk-commits] moy: branch moy/mfcr2-1.2 r153783 -	/team/moy/mfcr2-1.2/channels/chan_zap.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Sun Nov  2 22:03:55 CST 2008
    
    
  
Author: moy
Date: Sun Nov  2 22:03:54 2008
New Revision: 153783
URL: http://svn.digium.com/view/asterisk?view=rev&rev=153783
Log:
added extreme debug handling
Modified:
    team/moy/mfcr2-1.2/channels/chan_zap.c
Modified: team/moy/mfcr2-1.2/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/team/moy/mfcr2-1.2/channels/chan_zap.c?view=diff&rev=153783&r1=153782&r2=153783
==============================================================================
--- team/moy/mfcr2-1.2/channels/chan_zap.c (original)
+++ team/moy/mfcr2-1.2/channels/chan_zap.c Sun Nov  2 22:03:54 2008
@@ -1585,6 +1585,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