summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_kern.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-25 20:09:45 +0000
committerphk <phk@FreeBSD.org>2002-10-25 20:09:45 +0000
commitb7e23599cf9a46999e6b321d6868f9d288cff53a (patch)
tree2d61e7b611c052ff6d2d0f974e8314770ee2c1e8 /sys/geom/geom_kern.c
parentfa9a77e4ba47f2bd293b7762c9468e77080e8824 (diff)
downloadFreeBSD-src-b7e23599cf9a46999e6b321d6868f9d288cff53a.zip
FreeBSD-src-b7e23599cf9a46999e6b321d6868f9d288cff53a.tar.gz
Reduce the GEOM verbosity under bootverbose to something more sufferable.
This is not quite the set of information I would want, but the tree where I have the "correct" version is messed up with conflicts. Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/geom/geom_kern.c')
-rw-r--r--sys/geom/geom_kern.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c
index 0eaf6ad..5901316 100644
--- a/sys/geom/geom_kern.c
+++ b/sys/geom/geom_kern.c
@@ -149,8 +149,6 @@ void
g_init(void)
{
printf("Initializing GEOMetry subsystem\n");
- if (bootverbose)
- g_debugflags |= G_T_TOPOLOGY;
sx_init(&topology_lock, "GEOM topology");
g_io_init();
g_event_init();
OpenPOWER on IntegriCloud