Stop wasting a bootverbose line on all geom slices.

This commit is contained in:
phk 2004-11-03 09:08:10 +00:00
parent 020e774524
commit cc263b9934

View File

@ -364,7 +364,7 @@ g_slice_config(struct g_geom *gp, u_int idx, int how, off_t offset, off_t length
pp->stripesize = pp2->stripesize;
pp->stripeoffset = (pp2->stripeoffset + offset) % pp->stripesize;
}
if (bootverbose)
if (0 && bootverbose)
printf("GEOM: Configure %s, start %jd length %jd end %jd\n",
pp->name, (intmax_t)offset, (intmax_t)length,
(intmax_t)(offset + length - 1));