[Asterisk-cvs] zaptel zaptel.c,1.47,1.48

markster at lists.digium.com markster at lists.digium.com
Fri Nov 21 08:30:01 CST 2003


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv7358

Modified Files:
	zaptel.c 
Log Message:
Take out debug


Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- zaptel.c	21 Nov 2003 09:30:54 -0000	1.47
+++ zaptel.c	21 Nov 2003 14:56:21 -0000	1.48
@@ -4372,12 +4372,6 @@
 				txb[x] = ZT_LIN2X(getlin[x], ms);
 			break;
 		case ZT_CONF_DIGITALMON:
-			{ static int blah = 0;
-			  if (blah++ < 64) {
-				printk("Got here channel %d, from %d\n",
-				       ms->channo, ms->confna);
-			  }
-			}
 			/* Real digital monitoring, but still echo cancel if desired */
 			if (chans[ms->confna]->flags & ZT_FLAG_PSEUDO) {
 				if (ms->ec) {




More information about the svn-commits mailing list