[svn-commits] fjoe: freebsd/trunk r10326 - /freebsd/trunk/freebsd/dahdi/ng_dahdi_iface.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 7 11:11:27 CST 2011


Author: fjoe
Date: Mon Nov  7 11:11:24 2011
New Revision: 10326

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10326
Log:
Mute debug output.

Modified:
    freebsd/trunk/freebsd/dahdi/ng_dahdi_iface.c

Modified: freebsd/trunk/freebsd/dahdi/ng_dahdi_iface.c
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/freebsd/dahdi/ng_dahdi_iface.c?view=diff&rev=10326&r1=10325&r2=10326
==============================================================================
--- freebsd/trunk/freebsd/dahdi/ng_dahdi_iface.c (original)
+++ freebsd/trunk/freebsd/dahdi/ng_dahdi_iface.c Mon Nov  7 11:11:24 2011
@@ -414,8 +414,10 @@
 void
 dahdi_iface_abort(struct dahdi_chan *chan, int event)
 {
+	/* nothing to do */
+#if 0
 	module_printk(KERN_DEBUG, "%s: event %d\n", __func__, event);
-	/* nothing to do */
+#endif
 }
 
 /**




More information about the svn-commits mailing list