Module Name:    src
Committed By:   martin
Date:           Thu Jun 13 19:13:05 UTC 2019

Modified Files:
        src/usr.sbin/sysinst: disks.c

Log Message:
Disable debug output


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/sysinst/disks.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/sysinst/disks.c
diff -u src/usr.sbin/sysinst/disks.c:1.30 src/usr.sbin/sysinst/disks.c:1.31
--- src/usr.sbin/sysinst/disks.c:1.30	Wed Jun 12 06:20:17 2019
+++ src/usr.sbin/sysinst/disks.c	Thu Jun 13 19:13:05 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: disks.c,v 1.30 2019/06/12 06:20:17 martin Exp $ */
+/*	$NetBSD: disks.c,v 1.31 2019/06/13 19:13:05 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -66,7 +66,7 @@
 #include "menu_defs.h"
 #include "txtwalk.h"
 
-#define DEBUG_VERBOSE	1
+/* #define DEBUG_VERBOSE	1 */
 
 /* Disk descriptions */
 struct disk_desc {

Reply via email to