[svn-commits] tzafrir: linux/trunk r9025 - /linux/trunk/drivers/dahdi/xpp/card_pri.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Jul 28 03:49:13 CDT 2010
Author: tzafrir
Date: Wed Jul 28 03:49:02 2010
New Revision: 9025
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9025
Log:
demote a notice that will happen at registration
We might as well ignore this, as we will get this at span registration
time anyway.
Modified:
linux/trunk/drivers/dahdi/xpp/card_pri.c
Modified: linux/trunk/drivers/dahdi/xpp/card_pri.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/xpp/card_pri.c?view=diff&rev=9025&r1=9024&r2=9025
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/card_pri.c (original)
+++ linux/trunk/drivers/dahdi/xpp/card_pri.c Wed Jul 28 03:49:02 2010
@@ -1686,7 +1686,7 @@
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) {
More information about the svn-commits
mailing list