[dahdi-commits] sruffell: linux/trunk r9948 - /linux/trunk/drivers/dahdi/wcte12xp/base.c
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Jun 2 15:02:17 CDT 2011
Author: sruffell
Date: Thu Jun 2 15:02:13 2011
New Revision: 9948
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=9948
Log:
wcte12xp: Put "Span configured" message behind debug flag.
This message also duplicates what is in the /etc/dahdi/system.conf file
and should only be necessary when troubleshooting problems.
Signed-off-by: Shaun Ruffell <sruffell at digium.com>
Modified:
linux/trunk/drivers/dahdi/wcte12xp/base.c
Modified: linux/trunk/drivers/dahdi/wcte12xp/base.c
URL: http://svnview.digium.com/svn/dahdi/linux/trunk/drivers/dahdi/wcte12xp/base.c?view=diff&rev=9948&r1=9947&r2=9948
==============================================================================
--- linux/trunk/drivers/dahdi/wcte12xp/base.c (original)
+++ linux/trunk/drivers/dahdi/wcte12xp/base.c Thu Jun 2 15:02:13 2011
@@ -829,7 +829,8 @@
break;
}
- t1_info(wc, "Span configured for %s/%s\n", framing, line);
+ if (debug)
+ t1_info(wc, "Span configured for %s/%s\n", framing, line);
}
static void t1_configure_e1(struct t1 *wc, int lineconfig)
More information about the dahdi-commits
mailing list