summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wct4xxp.c')
-rwxr-xr-xwct4xxp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wct4xxp.c b/wct4xxp.c
index 360cf24..7d997d1 100755
--- a/wct4xxp.c
+++ b/wct4xxp.c
@@ -1632,7 +1632,8 @@ static void __t4_check_sigbits(struct t4 *wc, int span)
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;