aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 66f0c688c2da..a5b37a09c734 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) {