Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/sandpoint Remove debugging output.



details:   https://anonhg.NetBSD.org/src/rev/3315cfdd6dda
branches:  trunk
changeset: 763587:3315cfdd6dda
user:      phx <phx%NetBSD.org@localhost>
date:      Sat Mar 26 22:16:33 2011 +0000

description:
Remove debugging output.

diffstat:

 distrib/utils/sysinst/arch/sandpoint/md.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0dbd090178fc -r 3315cfdd6dda distrib/utils/sysinst/arch/sandpoint/md.c
--- a/distrib/utils/sysinst/arch/sandpoint/md.c Sat Mar 26 21:45:48 2011 +0000
+++ b/distrib/utils/sysinst/arch/sandpoint/md.c Sat Mar 26 22:16:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.c,v 1.34 2011/03/20 12:43:40 phx Exp $ */
+/*     $NetBSD: md.c,v 1.35 2011/03/26 22:16:33 phx Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -80,7 +80,6 @@
        }
        prodname = malloc(len);
        sysctlbyname(mib_name, prodname, &len, NULL, 0);
-printf("\n***\n*** Installing on %s\n***\n", prodname);
 
        if (strcmp(prodname, "kurobox") == 0)
                /*



Home | Main Index | Thread Index | Old Index