diff options
author | Matt Fleming <matt.fleming@intel.com> | 2012-10-11 21:18:10 +0100 |
---|---|---|
committer | Matt Fleming <matt.fleming@intel.com> | 2012-10-11 21:18:10 +0100 |
commit | 592a8fe37795c760b1b724f9771e5f0f3d7d3706 (patch) | |
tree | 247f0ee13d18eed814a0efe73ed306c1f087c029 | |
parent | 940d4876ab8dc6dcbdbf47ba8be98cba0516c66e (diff) | |
download | syslinux-592a8fe37795c760b1b724f9771e5f0f3d7d3706.tar.gz |
prdhcp.c32: Turn off DEBUGsyslinux-4.06-pre13
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
-rw-r--r-- | 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 321d4e77..e1785a03 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) |