From 1a60e00bb7b333976918c518ad18fd19af781c9c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 30 Apr 2009 10:04:35 -0700 Subject: [PATCH] mboot: disable DEBUG Disable DEBUG in mboot.c32, which was accidentally enabled in a previous commit. Reported-by: Sebastian Herbszt Signed-off-by: H. Peter Anvin --- com32/mboot/mboot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com32/mboot/mboot.h b/com32/mboot/mboot.h index c14ed81..c05d69f 100644 --- a/com32/mboot/mboot.h +++ b/com32/mboot/mboot.h @@ -54,7 +54,7 @@ #include "mb_header.h" #include "mb_info.h" -#define DEBUG 1 +#define DEBUG 0 #if DEBUG # define dprintf printf #else -- 2.7.4