summaryrefslogtreecommitdiff
path: root/wct4xxp.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-06 17:53:19 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-06-06 17:53:19 +0000
commit8b3f944271079fca449f3ed155ccd6e9dbc41ff3 (patch)
treeda57e16c420279c03cd62535d9adcdc7b354e05f /wct4xxp.c
parent22d6725db5fc569251a79b15c8f6a5d57cace8e9 (diff)
Fix silly debug message (bug #4477)
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@664 5390a7c7-147a-4af0-8ec9-7488f05a26cb
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;