[svn-commits] fjoe: freebsd/trunk r8244 - /freebsd/trunk/drivers/dahdi/wct4xxp/base.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 3 07:11:27 CST 2010


Author: fjoe
Date: Wed Mar  3 07:11:23 2010
New Revision: 8244

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8244
Log:
Remove more overdebug.

Modified:
    freebsd/trunk/drivers/dahdi/wct4xxp/base.c

Modified: freebsd/trunk/drivers/dahdi/wct4xxp/base.c
URL: http://svnview.digium.com/svn/dahdi/freebsd/trunk/drivers/dahdi/wct4xxp/base.c?view=diff&rev=8244&r1=8243&r2=8244
==============================================================================
--- freebsd/trunk/drivers/dahdi/wct4xxp/base.c (original)
+++ freebsd/trunk/drivers/dahdi/wct4xxp/base.c Wed Mar  3 07:11:23 2010
@@ -3213,7 +3213,6 @@
 	res = FILTER_HANDLED;
 #endif
 	if (unlikely(test_bit(T4_CHECK_VPM, &wc->checkflag))) {
-		DPRINTF(wc->dev, "scheduling filter thread\n");
 #if defined(__FreeBSD__)
 		res |= FILTER_SCHEDULE_THREAD;
 #else




More information about the svn-commits mailing list