summaryrefslogtreecommitdiffstats
path: root/sbin/vinum/v.c
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-03-23 04:55:23 +0000
committergrog <grog@FreeBSD.org>1999-03-23 04:55:23 +0000
commitb05d4b54a516b4ff586ccb82414d6e9d430978e8 (patch)
tree14194624a1cf9c22190d11cb96c828beca0ae6af /sbin/vinum/v.c
parent39fe6f40ce0815eab1dcb15e353c79aa9c85aa10 (diff)
downloadFreeBSD-src-b05d4b54a516b4ff586ccb82414d6e9d430978e8.zip
FreeBSD-src-b05d4b54a516b4ff586ccb82414d6e9d430978e8.tar.gz
Print correct message if the wrong module is loaded.
Diffstat (limited to 'sbin/vinum/v.c')
-rw-r--r--sbin/vinum/v.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c
index 66f0c68..a5b37a0 100644
--- a/sbin/vinum/v.c
+++ b/sbin/vinum/v.c
@@ -120,7 +120,7 @@ main(int argc, char *argv[])
{
#if __FreeBSD__ >= 3
if (modfind(WRONGMOD) >= 0) { /* wrong module loaded, */
- fprintf(stderr, "Wrong module loaded: %s. Please start %s.\n", WRONGMOD, WRONGMOD);
+ fprintf(stderr, "Wrong module loaded: %s. Please start %s.\n", VINUMMOD, WRONGMOD);
exit(1);
}
if (modfind(VINUMMOD) < 0) {
OpenPOWER on IntegriCloud