From 9c09012ffb59fe4acd7bd6d7810c170b5bddbf21 Mon Sep 17 00:00:00 2001 From: rwatson Date: Sat, 27 Sep 2003 17:44:41 +0000 Subject: Disable #define DEBUG in libdisk by default: since libdisk is primarily there to support sysinstall, and enabling DEBUG creates spurious console output that can't be read anyway... This slightly cleans up the visual impression of the system install by not spamming the console during the labeling of the disks. --- lib/libdisk/libdisk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index c988adc..cc6b2fd 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -10,7 +10,7 @@ * */ -#define DEBUG 1 +/* #define DEBUG 1 */ /* You can define a particular architecture here if you are debugging. */ /* #define P_DEBUG p_sparc64 */ -- cgit v1.1