From 891eaddd3b616af9c562e22344cf17f28f2cfedc Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 28 Jul 2010 08:49:02 +0000 Subject: demote a notice that will happen at registration We might as well ignore this, as we will get this at span registration time anyway. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9025 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/xpp/card_pri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi/xpp') diff --git a/drivers/dahdi/xpp/card_pri.c b/drivers/dahdi/xpp/card_pri.c index b84ddf7..8ab41c0 100644 --- a/drivers/dahdi/xpp/card_pri.c +++ b/drivers/dahdi/xpp/card_pri.c @@ -1686,7 +1686,7 @@ static int pri_rbsbits(struct dahdi_chan *chan, int bits) XPD_DBG(SIGNAL, xpd, "RBS: TX: No layer1 yet. Keep going.\n"); } if(!priv->is_cas) { - XPD_NOTICE(xpd, "RBS: TX: not in CAS mode. Ignore.\n"); + XPD_DBG(SIGNAL, xpd, "RBS: TX: not in CAS mode. Ignore.\n"); return 0; } if (chan->sig == DAHDI_SIG_NONE) { -- cgit v1.2.3