From a6713c85dc21d91ec426a8ee731146bf7ef67caf Mon Sep 17 00:00:00 2001 From: markster Date: Tue, 26 Aug 2003 19:36:15 +0000 Subject: USeful printk git-svn-id: http://svn.digium.com/svn/zaptel/trunk@235 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- zaptel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zaptel.c b/zaptel.c index 3fb9c6a..4fc7da6 100755 --- a/zaptel.c +++ b/zaptel.c @@ -4108,7 +4108,7 @@ static inline void __zt_process_getaudio_chunk(struct zt_chan *ss, unsigned char for (x=0;xtxecdis, getlin[x])) { - printk("Disabled echo canceller because of tone (tx)\n"); + printk("zaptel Disabled echo canceller because of tone (tx) on channel %d\n", ss->channo); ms->echocancel = 0; kfree(ms->ec); ms->ec = NULL; @@ -4797,7 +4797,7 @@ static inline void __zt_process_putaudio_chunk(struct zt_chan *ss, unsigned char if (ms->ec) { for (x=0;xrxecdis, putlin[x])) { - printk("Disabled echo canceller because of tone (rx)\n"); + printk("zaptel Disabled echo canceller because of tone (rx) on channel %d\n", ss->channo); ms->echocancel = 0; kfree(ms->ec); ms->ec = NULL; -- cgit v1.2.3