[Asterisk-cvs] zaptel wct4xxp.c,1.70,1.71
markster at lists.digium.com
markster at lists.digium.com
Mon Jun 6 13:50:52 CDT 2005
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv9412
Modified Files:
wct4xxp.c
Log Message:
Fix silly debug message (bug #4477)
Index: wct4xxp.c
===================================================================
RCS file: /usr/cvsroot/zaptel/wct4xxp.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- wct4xxp.c 6 Jun 2005 17:51:29 -0000 1.70
+++ wct4xxp.c 6 Jun 2005 17:53:19 -0000 1.71
@@ -1632,7 +1632,8 @@
int a,i,rxs;
struct t4_span *ts = wc->tspans[span];
- printk("Checking sigbits on span %d\n", span + 1);
+ if (debug & DEBUG_RBS)
+ printk("Checking sigbits on span %d\n", span + 1);
if (!(ts->span.flags & ZT_FLAG_RUNNING))
return;
More information about the svn-commits
mailing list