summaryrefslogtreecommitdiffstats
path: root/tools/serial_probe
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-10-31 16:02:16 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-10-31 16:02:16 +0000
commit91df42593f4b041702b829d6f789f3caf58fcfed (patch)
treec01bea220a88d705c760935adc47dec7aa21cbee /tools/serial_probe
parentfe821c9ca0fcc081bbf42e6ee92aca114bcde32b (diff)
downloaddrakx-backup-do-not-use-91df42593f4b041702b829d6f789f3caf58fcfed.tar
drakx-backup-do-not-use-91df42593f4b041702b829d6f789f3caf58fcfed.tar.gz
drakx-backup-do-not-use-91df42593f4b041702b829d6f789f3caf58fcfed.tar.bz2
drakx-backup-do-not-use-91df42593f4b041702b829d6f789f3caf58fcfed.tar.xz
drakx-backup-do-not-use-91df42593f4b041702b829d6f789f3caf58fcfed.zip
do not output debug statements by default
Diffstat (limited to 'tools/serial_probe')
-rw-r--r--tools/serial_probe/kudzu.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/serial_probe/kudzu.h b/tools/serial_probe/kudzu.h
index cae9cbe6c..f96565cca 100644
--- a/tools/serial_probe/kudzu.h
+++ b/tools/serial_probe/kudzu.h
@@ -15,8 +15,7 @@
/* kudzu: it grows on you */
/* level of debugging output */
-//#undef DEBUG_LEVEL
-#define DEBUG_LEVEL 2
+#undef DEBUG_LEVEL
#ifdef DEBUG_LEVEL
#define DEBUG(s...) fprintf(stderr,s)