[Asterisk-cvs] zaptel wctdm.c,1.103,1.104

mattf at lists.digium.com mattf at lists.digium.com
Wed Feb 2 20:47:22 CST 2005


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

Modified Files:
	wctdm.c 
Log Message:
Take useless debug message from the IOCTL


Index: wctdm.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wctdm.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -d -r1.103 -r1.104
--- wctdm.c	17 Jan 2005 17:20:33 -0000	1.103
+++ wctdm.c	3 Feb 2005 02:48:31 -0000	1.104
@@ -1594,7 +1594,6 @@
 	struct wctdm_echo_coefs echoregs;
 	struct wctdm *wc = chan->pvt;
 	int x;
-	printk("We hit our IOCTL\n");
 	switch (cmd) {
 	case ZT_ONHOOKTRANSFER:
 		if (wc->modtype[chan->chanpos - 1] != MOD_TYPE_FXS)
@@ -1652,7 +1651,7 @@
 		}
 		break;
 	case WCTDM_SET_ECHOTUNE:
-		printk("Setting echo registers: \n");
+		printk("-- Setting echo registers: \n");
 		if (copy_from_user(&echoregs, (struct wctdm_echo_coefs*)data, sizeof(echoregs)))
 			return -EFAULT;
 




More information about the svn-commits mailing list