summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-19 02:21:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-02-19 02:21:31 +0000
commitb1db264208673a253374de250c835e4c78d69f8b (patch)
tree20b9a2c3e498617afe61bf6daa4ba86b1e3aab0a /sbin
parent80b28683be6dfecca06d3f66bd8c82f40778b95a (diff)
be QUIET by default, damn it
Diffstat (limited to 'sbin')
-rw-r--r--sbin/raidctl/raidctl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/raidctl/raidctl.c b/sbin/raidctl/raidctl.c
index a0780997d15..36fde10644f 100644
--- a/sbin/raidctl/raidctl.c
+++ b/sbin/raidctl/raidctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: raidctl.c,v 1.11 2002/02/18 03:45:27 deraadt Exp $ */
+/* $OpenBSD: raidctl.c,v 1.12 2002/02/19 02:21:30 deraadt Exp $ */
/* $NetBSD: raidctl.c,v 1.27 2001/07/10 01:30:52 lukem Exp $ */
/*-
@@ -887,7 +887,8 @@ check_parity(fds, nfd, do_rewrite)
}
}
}
- printf("%s: Parity Re-write complete\n", dev_name);
+ if (verbose)
+ printf("%s: Parity Re-write complete\n", dev_name);
}