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/fc2671e8dabf
branches: trunk
changeset: 999661:fc2671e8dabf
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 9b284d8c315e -r fc2671e8dabf 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