From cf34432d20c792b52213b8758d5e6936f05a48fc Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 12 Jul 2011 18:08:42 +0000 Subject: xpp: Demote notices for HWEC create/free to debug Signed-off-by: Tzafrir Cohen git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10037 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/xpp_dahdi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/dahdi/xpp/xpp_dahdi.c b/drivers/dahdi/xpp/xpp_dahdi.c index 3c25392..2de7845 100644 --- a/drivers/dahdi/xpp/xpp_dahdi.c +++ b/drivers/dahdi/xpp/xpp_dahdi.c @@ -912,7 +912,7 @@ static void echocan_free(struct dahdi_chan *chan, echoops = ECHOOPS(xbus); if (!echoops) return; - LINE_NOTICE(xpd, pos, "%s: mode=0x%X\n", __func__, ec->status.mode); + LINE_DBG(GENERAL, xpd, pos, "mode=0x%X\n", ec->status.mode); CALL_EC_METHOD(ec_set, xbus, xpd, pos, 0); CALL_EC_METHOD(ec_update, xbus, xbus); } @@ -986,8 +986,7 @@ int xpp_echocan_create(struct dahdi_chan *chan, *ec = phonedev->ec[pos]; (*ec)->ops = &xpp_ec_ops; (*ec)->features = xpp_ec_features; - LINE_NOTICE(xpd, pos, "%s: (tap=%d, param_count=%d)\n", - __func__, + LINE_DBG(GENERAL, xpd, pos, "(tap=%d, param_count=%d)\n", ecp->tap_length, ecp->param_count); ret = CALL_EC_METHOD(ec_set, xbus, xpd, pos, 1); CALL_EC_METHOD(ec_update, xbus, xbus); -- cgit v1.2.3