From 592a8fe37795c760b1b724f9771e5f0f3d7d3706 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Thu, 11 Oct 2012 21:18:10 +0100 Subject: [PATCH] prdhcp.c32: Turn off DEBUG Signed-off-by: Matt Fleming --- com32/modules/prdhcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/modules/prdhcp.c b/com32/modules/prdhcp.c index 321d4e7..e1785a0 100644 --- a/com32/modules/prdhcp.c +++ b/com32/modules/prdhcp.c @@ -39,7 +39,7 @@ #include #include -#define DEBUG 1 +#define DEBUG 0 #define dprintf0(f, ...) ((void)0) -- 2.7.4