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.
This commit is contained in:
Robert Watson 2003-09-27 17:44:41 +00:00
parent 6db574266b
commit f9657fb6bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120522

View File

@ -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 */