summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-11 15:54:10 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-08-11 15:54:10 +0000
commitb3fd2fd0f5d0f6d6e687e1e53608c73a42dfa955 (patch)
treeb7a4e4674b7f3f8d35fa5f5881caff9f475e8994
parent145d616b497fa5b5207ce540d503e8a52a34babd (diff)
turn off echo can debugging by default
git-svn-id: http://svn.digium.com/svn/zaptel/branches/v1-0@734 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 0927f23..ec1bfa6 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;