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

Modified Files:
        zaptel.c 
Log Message:
Got rid of debugging printk(). Sorry.


Index: zaptel.c
===================================================================
RCS file: /usr/cvsroot/zaptel/zaptel.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- zaptel.c    8 Jun 2005 22:35:37 -0000       1.107
+++ zaptel.c    8 Jun 2005 23:57:01 -0000       1.108
@@ -645,7 +645,6 @@
 /* enqueue an event on a channel */
 static void __qevent(struct zt_chan *chan, int event)
 {
-printk("@@@@@@@@ sending event %d on %s\n",event,chan->name);
          /* if full, ignore */
        if ((chan->eventoutidx == 0) && (chan->eventinidx == (ZT_MAX_EVENTSIZE 
- 1))) 
                return;

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to