summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-03 07:09:28 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-04-03 07:09:28 +0000
commit07cc0442b7572b4a2d9284f7ea6e54ce2aa2d836 (patch)
treecfb37b3f866ea3736bd6daa22394bd69b4e2f607 /xpp
parentbe6ed9f3f9ac515b5b51a68e6181823ebce28536 (diff)
by default don't debug
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@996 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp')
-rw-r--r--xpp/card_fxs.c2
-rw-r--r--xpp/xpp_usb.c2
-rw-r--r--xpp/xpp_zap.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/xpp/card_fxs.c b/xpp/card_fxs.c
index d408647..37c0229 100644
--- a/xpp/card_fxs.c
+++ b/xpp/card_fxs.c
@@ -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
diff --git a/xpp/xpp_usb.c b/xpp/xpp_usb.c
index 1fd6a9e..83eee1a 100644
--- a/xpp/xpp_usb.c
+++ b/xpp/xpp_usb.c
@@ -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"
diff --git a/xpp/xpp_zap.c b/xpp/xpp_zap.c
index 878bad7..8e7937b 100644
--- a/xpp/xpp_zap.c
+++ b/xpp/xpp_zap.c
@@ -73,7 +73,7 @@ struct workqueue_struct *xpp_worker = NULL;
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");