summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-11 15:52:10 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-11 15:52:10 +0000
commit5586967a6f401b57a2720f2d111f0dcae6847af9 (patch)
treea31236c26889d58d41d68a4c47122540e09f595f
parentd05db753245663417b0bbd881f68dca3fd5dc47e (diff)
Turn off debug by default
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@733 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 217b4ed..23103ac 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -160,7 +160,7 @@ static inline int t4_queue_work(struct workqueue_struct *wq, struct work_struct
#endif
-static int debug=DEBUG_ECHOCAN;
+static int debug=0;
static int timingcable;
static int highestorder;
static int t1e1override = -1;