summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-24 17:32:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-24 17:32:35 +0000
commit1e4e34806c125a892fc7dc6d143ae60fec90070d (patch)
tree339ac8441fe4ac6d723b9c3c033e62c8d5ad9560
parent8ac35134d6621e4753547c3ff201a653327f3b5f (diff)
(pass1): Don't print block numbers as we go anymore.
-rw-r--r--ufs-fsck/pass1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs-fsck/pass1.c b/ufs-fsck/pass1.c
index 47738eef..752b1131 100644
--- a/ufs-fsck/pass1.c
+++ b/ufs-fsck/pass1.c
@@ -164,8 +164,8 @@ pass1 ()
direct/indirect blocks. */
int dbwarn = 0, ibwarn = 0;
- if (!preen && !(number % 10000))
- printf ("I=%d\n", number);
+/* if (!preen && !(number % 10000))
+ printf ("I=%d\n", number); */
if (number < ROOTINO)
continue;