From 8b3f944271079fca449f3ed155ccd6e9dbc41ff3 Mon Sep 17 00:00:00 2001 From: markster Date: Mon, 6 Jun 2005 17:53:19 +0000 Subject: Fix silly debug message (bug #4477) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@664 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wct4xxp.c') 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; -- cgit v1.2.3