From f9657fb6bf0d08895aefd4f49eec84f737c56dda Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 27 Sep 2003 17:44:41 +0000 Subject: [PATCH] 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 c988adc6f84..cc6b2fdc5a5 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 */