aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/md/md.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-01-13 08:01:09 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-01-13 08:01:09 +0000
commit64bfc43b26067150e386ca7e12f5812cf250d648 (patch)
tree42decde2692a1d4f335dca87606794b0c41f204c /sys/dev/md/md.c
parent6b4cc2d7fe17d05b791987593197c6856b7193da (diff)
Notes
Diffstat (limited to 'sys/dev/md/md.c')
-rw-r--r--sys/dev/md/md.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c
index 0dc035738bdd..733a93d56dac 100644
--- a/sys/dev/md/md.c
+++ b/sys/dev/md/md.c
@@ -877,7 +877,6 @@ mdcreate_malloc(struct md_ioctl *mdio)
}
}
if (!error) {
- printf("%s%d: Malloc disk\n", MD_NAME, sc->unit);
mdinit(sc);
} else
mddestroy(sc, NULL);