summaryrefslogtreecommitdiff
path: root/com32/mboot
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-30 10:04:35 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-30 10:06:06 -0700
commit1a60e00bb7b333976918c518ad18fd19af781c9c (patch)
tree6e4c7e831347c3016f54113f18117dc517d9fd57 /com32/mboot
parent11d9fbe2b5ac4b8756fd00a18611ff13956bfe1b (diff)
downloadsyslinux-1a60e00bb7b333976918c518ad18fd19af781c9c.tar.gz
mboot: disable DEBUG
Disable DEBUG in mboot.c32, which was accidentally enabled in a previous commit. Reported-by: Sebastian Herbszt <herbszt@gmx.de> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'com32/mboot')
-rw-r--r--com32/mboot/mboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/mboot/mboot.h b/com32/mboot/mboot.h
index c14ed81c..c05d69f1 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