summaryrefslogtreecommitdiff
path: root/xhfc
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 14:28:22 +0100
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-12-17 14:28:22 +0100
commit433efd139c08c4a5b7ca726c5313c17909b4ac3c (patch)
tree457faf90ce1f831a4b66e6458c9bb3c006a774b3 /xhfc
parent544191cd245ae3e4df07f257f89114233a0bae9e (diff)
debug trace
Diffstat (limited to 'xhfc')
-rw-r--r--xhfc/xhfc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/xhfc/xhfc.c b/xhfc/xhfc.c
index 2b22460..c2c9a02 100644
--- a/xhfc/xhfc.c
+++ b/xhfc/xhfc.c
@@ -516,10 +516,11 @@ void xhfc_hdlc_hard_xmit(struct dahdi_chan *chan)
if ((DBG_FOPS || DBG_HDLC) && DBG_SPAN(xhfc_span))
printk(KERN_INFO DRIVER_NAME ": %s on chan %s (%i/%i), "
- "span=%i (sigchan=%p, chan=%p)\n",
+ "span=%i (sigchan=%p, chan=%p): %d+1 frames\n",
__func__, chan->name, chan->channo,
chan->chanpos, dahdi_span->spanno,
- xhfc_span->sigchan, chan);
+ xhfc_span->sigchan, chan,
+ atomic_read(&xhfc_span->hdlc_pending));
/* Increment the hdlc_pending counter and trigger hdlc_tx_frame */
if (xhfc_span->sigchan == chan)