]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Turn off automatic debugging of Wheel code.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Nov 2016 20:25:12 +0000 (16:25 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:13 +0000 (20:26 -0500)
Turn off the automatic debugging of Timer wheel code.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/wheel.c

index 3cfd925ac702225476d48da8de5ea454d61256b8..fe53dea29999c1a6d424896eba1993ffff91d66d 100644 (file)
@@ -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)