summaryrefslogtreecommitdiff
path: root/com32/mboot
diff options
context:
space:
mode:
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