Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst Disable debug output



details:   https://anonhg.NetBSD.org/src/rev/fb4f0c46fb41
branches:  trunk
changeset: 451982:fb4f0c46fb41
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jun 13 19:13:05 2019 +0000

description:
Disable debug output

diffstat:

 usr.sbin/sysinst/disks.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r bdc4b34dac99 -r fb4f0c46fb41 usr.sbin/sysinst/disks.c
--- a/usr.sbin/sysinst/disks.c  Thu Jun 13 17:33:34 2019 +0000
+++ b/usr.sbin/sysinst/disks.c  Thu Jun 13 19:13:05 2019 +0000
@@ -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 {



Home | Main Index | Thread Index | Old Index