From 1d9622e10ddc3baf2cd4f81bc2fa95593b4d3e85 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 4 May 2000 09:08:28 +0000 Subject: [PATCH] Switched off LOCAL_DEBUG. --- nest/locks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nest/locks.c b/nest/locks.c index d321fab9..19a5df04 100644 --- a/nest/locks.c +++ b/nest/locks.c @@ -6,7 +6,7 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ -#define LOCAL_DEBUG +#undef LOCAL_DEBUG #include "nest/bird.h" #include "lib/resource.h"