[svn-commits] trunk r996 - in /trunk/xpp: card_fxs.c xpp_usb.c xpp_zap.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Apr 3 00:09:32 MST 2006


Author: tzafrir
Date: Mon Apr  3 02:09:28 2006
New Revision: 996

URL: http://svn.digium.com/view/zaptel?rev=996&view=rev
Log:
by default don't debug

Modified:
    trunk/xpp/card_fxs.c
    trunk/xpp/xpp_usb.c
    trunk/xpp/xpp_zap.c

Modified: trunk/xpp/card_fxs.c
URL: http://svn.digium.com/view/zaptel/trunk/xpp/card_fxs.c?rev=996&r1=995&r2=996&view=diff
==============================================================================
--- trunk/xpp/card_fxs.c (original)
+++ trunk/xpp/card_fxs.c Mon Apr  3 02:09:28 2006
@@ -31,7 +31,7 @@
 static const char rcsid[] = "$Id$";
 static const char revision[] = "$Revision$";
 
-DEF_PARM(int, print_dbg, 1, "Print DBG statements");	/* must be before zap_debug.h */
+DEF_PARM(int, print_dbg, 0, "Print DBG statements");	/* must be before zap_debug.h */
 
 #define	LINES_REGULAR	8
 #define	LINES_DIGI_OUT	2

Modified: trunk/xpp/xpp_usb.c
URL: http://svn.digium.com/view/zaptel/trunk/xpp/xpp_usb.c?rev=996&r1=995&r2=996&view=diff
==============================================================================
--- trunk/xpp/xpp_usb.c (original)
+++ trunk/xpp/xpp_usb.c Mon Apr  3 02:09:28 2006
@@ -43,7 +43,7 @@
 
 static const char revision[] = "$Revision$";
 
-DEF_PARM(int, print_dbg, 1, "Print DBG statements");	/* must be before zap_debug.h */
+DEF_PARM(int, print_dbg, 0, "Print DBG statements");	/* must be before zap_debug.h */
 
 #include "zap_debug.h"
 

Modified: trunk/xpp/xpp_zap.c
URL: http://svn.digium.com/view/zaptel/trunk/xpp/xpp_zap.c?rev=996&r1=995&r2=996&view=diff
==============================================================================
--- trunk/xpp/xpp_zap.c (original)
+++ trunk/xpp/xpp_zap.c Mon Apr  3 02:09:28 2006
@@ -73,7 +73,7 @@
 
 static	LIST_HEAD(xpd_list);
 
-DEF_PARM(int, print_dbg, 1, "Print DBG statements");
+DEF_PARM(int, print_dbg, 0, "Print DBG statements");
 DEF_PARM(int, max_queue_len, MAX_QUEUE_LEN, "Maximum Queue Length.");
 DEF_PARM(int, xbus_err_disable_bus, 1000, "Number of errors needed to disable bus");
 DEF_PARM(int, ignore_xpds, 0, "a bitmask of xpd numbers to ignore");



More information about the svn-commits mailing list