diff options
author | rwatson <rwatson@FreeBSD.org> | 2003-09-27 17:44:41 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2003-09-27 17:44:41 +0000 |
commit | 9c09012ffb59fe4acd7bd6d7810c170b5bddbf21 (patch) | |
tree | 1e9ed555634330a39c0ae148e9a1dc7736aa88ed /lib/libdisk | |
parent | 5d7ab905537cf3d26a709b2f6b4ef09c01523d5e (diff) | |
download | FreeBSD-src-9c09012ffb59fe4acd7bd6d7810c170b5bddbf21.zip FreeBSD-src-9c09012ffb59fe4acd7bd6d7810c170b5bddbf21.tar.gz |
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.
Diffstat (limited to 'lib/libdisk')
-rw-r--r-- | lib/libdisk/libdisk.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |