Source-Changes-HG archive

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

[src/trunk]: src/sbin/newfs Remove debugging output.



details:   https://anonhg.NetBSD.org/src/rev/dd37f99fb745
branches:  trunk
changeset: 525347:dd37f99fb745
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Apr 10 08:27:54 2002 +0000

description:
Remove debugging output.

diffstat:

 sbin/newfs/mkfs.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 16c81a1585dc -r dd37f99fb745 sbin/newfs/mkfs.c
--- a/sbin/newfs/mkfs.c Wed Apr 10 08:27:23 2002 +0000
+++ b/sbin/newfs/mkfs.c Wed Apr 10 08:27:54 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mkfs.c,v 1.62 2002/04/10 08:27:23 mycroft Exp $        */
+/*     $NetBSD: mkfs.c,v 1.63 2002/04/10 08:27:54 mycroft Exp $        */
 
 /*
  * Copyright (c) 1980, 1989, 1993
@@ -38,7 +38,7 @@
 #if 0
 static char sccsid[] = "@(#)mkfs.c     8.11 (Berkeley) 5/3/95";
 #else
-__RCSID("$NetBSD: mkfs.c,v 1.62 2002/04/10 08:27:23 mycroft Exp $");
+__RCSID("$NetBSD: mkfs.c,v 1.63 2002/04/10 08:27:54 mycroft Exp $");
 #endif
 #endif /* not lint */
 
@@ -718,8 +718,6 @@
                acg.cg_nextfreeoff = acg.cg_clusteroff +
                    howmany(fragstoblks(&sblock, sblock.fs_fpg), NBBY);
        }
-       printf("%d %d %d\n", acg.cg_clustersumoff, acg.cg_clusteroff,
-           acg.cg_nextfreeoff);
        if (acg.cg_nextfreeoff > sblock.fs_cgsize) {
                printf("Panic: cylinder group too big\n");
                exit(37);



Home | Main Index | Thread Index | Old Index