summaryrefslogtreecommitdiff
path: root/xivovp/base.c
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-10-14 19:49:34 +0200
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-10-14 19:49:34 +0200
commit3adff117b7d92e4618e61928c7e05d054dddb173 (patch)
treec1470928384d70693367701839e6c44bd2276870 /xivovp/base.c
parent3ffa04249ab3a5abf273e0cc26c4bcc1fc726b4b (diff)
trace for txsig overrun
Diffstat (limited to 'xivovp/base.c')
-rw-r--r--xivovp/base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xivovp/base.c b/xivovp/base.c
index 50c0248..7bd1457 100644
--- a/xivovp/base.c
+++ b/xivovp/base.c
@@ -128,7 +128,7 @@ static int xivovp_hooksig(struct dahdi_chan *chan, enum dahdi_txsig txsig)
unsigned long flags;
if (line->txsig_queue_len >= ARRAY_SIZE(line->txsig_queue)) {
- printk(KERN_WARNING DRV_NAME "(chan %d): txsig overrun", chan->chanpos);
+ printk(KERN_WARNING DRV_NAME "(chan %d): txsig overrun (%d)\n", chan->chanpos, txsig);
return -1;
}