[PATCH 6/9] Enable DEBUG

Gene Czarcinski gczarcinski at ec.rr.com
Mon Sep 15 12:50:49 UTC 2014


---
 grubby.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grubby.c b/grubby.c
index a4a9e65..8123457 100644
--- a/grubby.c
+++ b/grubby.c
@@ -39,7 +39,7 @@
 #include "log.h"
 
 #ifndef DEBUG
-#define DEBUG 0
+#define DEBUG 1
 #endif
 
 #if DEBUG
-- 
1.9.3



More information about the anaconda-patches mailing list