From: Donald Sharp Date: Thu, 3 Nov 2016 20:25:12 +0000 (-0400) Subject: lib: Turn off automatic debugging of Wheel code. X-Git-Tag: frr-3.0-branchpoint~64^2~10^2~130 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=95f0715748201d7630f716abcc8a2765ee82c14e;p=mirror%2Ffrr.git lib: Turn off automatic debugging of Wheel code. Turn off the automatic debugging of Timer wheel code. Signed-off-by: Donald Sharp --- 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)