summaryrefslogtreecommitdiff
path: root/drivers/dahdi/xpp/card_pri.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-28 08:49:02 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2010-07-28 08:49:02 +0000
commit32e788fd2426bd51e4235cd3020a43f55bf29799 (patch)
treed9a8f6df6b169e8c9fbc6c4b55ab36923feae530 /drivers/dahdi/xpp/card_pri.c
parent39337ba3d8ccff14983087521111bb4f49c933d0 (diff)
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
Diffstat (limited to 'drivers/dahdi/xpp/card_pri.c')
-rw-r--r--drivers/dahdi/xpp/card_pri.c2
1 files changed, 1 insertions, 1 deletions
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) {