From 95f0715748201d7630f716abcc8a2765ee82c14e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 3 Nov 2016 16:25:12 -0400 Subject: [PATCH] lib: Turn off automatic debugging of Wheel code. Turn off the automatic debugging of Timer wheel code. Signed-off-by: Donald Sharp --- lib/wheel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wheel.c b/lib/wheel.c index 3cfd925ac7..fe53dea299 100644 --- a/lib/wheel.c +++ b/lib/wheel.c @@ -28,7 +28,7 @@ DEFINE_MTYPE_STATIC(LIB, TIMER_WHEEL, "Timer Wheel") DEFINE_MTYPE_STATIC(LIB, TIMER_WHEEL_LIST, "Timer Wheel Slot List") -static int debug_timer_wheel = 1; +static int debug_timer_wheel = 0; static int wheel_timer_thread (struct thread *t) -- 2.39.5