[Asterisk-cvs] zaptel wct4xxp.c,1.82,1.83
markster
markster
Thu Aug 11 11:48:51 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv27915
Modified Files:
wct4xxp.c
Log Message:
Turn off debug by default
Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- wct4xxp.c 9 Aug 2005 01:24:26 -0000 1.82
+++ wct4xxp.c 11 Aug 2005 15:52:10 -0000 1.83
@@ -160,7 +160,7 @@
#endif
-static int debug=DEBUG_ECHOCAN;
+static int debug=0;
static int timingcable;
static int highestorder;
static int t1e1override = -1;
More information about the svn-commits
mailing list