[syslinux:master] prdhcp.c32: Turn off DEBUG

syslinux-bot for Matt Fleming matt.fleming at intel.com
Mon Oct 22 12:51:18 PDT 2012


Commit-ID:  592a8fe37795c760b1b724f9771e5f0f3d7d3706
Gitweb:     http://www.syslinux.org/commit/592a8fe37795c760b1b724f9771e5f0f3d7d3706
Author:     Matt Fleming <matt.fleming at intel.com>
AuthorDate: Thu, 11 Oct 2012 21:18:10 +0100
Committer:  Matt Fleming <matt.fleming at intel.com>
CommitDate: Thu, 11 Oct 2012 21:18:10 +0100

prdhcp.c32: Turn off DEBUG

Signed-off-by: Matt Fleming <matt.fleming at intel.com>

---
 com32/modules/prdhcp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 <unistd.h>
 #include <getkey.h>
 
-#define DEBUG 1
+#define DEBUG 0
 
 #define dprintf0(f, ...)		((void)0)
 


More information about the Syslinux-commits mailing list