From 64bfc43b26067150e386ca7e12f5812cf250d648 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 13 Jan 2003 08:01:09 +0000 Subject: Remove the printf which announces the creation of malloc disks: it is inconsistent when we do not do it for swap or vnode. We still printf for preloaded disks because of the weak debugging options people have in embedded/tiny environments where this is usually used. --- sys/dev/md/md.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/md') diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 0dc035738bddb..733a93d56dacb 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); -- cgit v1.3