summaryrefslogtreecommitdiffstats
path: root/sys/geom/gate
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-03 21:11:54 +0000
committerpjd <pjd@FreeBSD.org>2004-05-03 21:11:54 +0000
commit2a2290a736c9ccb1cb3a595b920bec2c88849e15 (patch)
tree5ffa246c5a411772e4df09338f4c5b6a522f2ebf /sys/geom/gate
parentcc93bc17a06a6b3ab0270404eb0a8e0934616773 (diff)
downloadFreeBSD-src-2a2290a736c9ccb1cb3a595b920bec2c88849e15.zip
FreeBSD-src-2a2290a736c9ccb1cb3a595b920bec2c88849e15.tar.gz
Turn off debugging by default.
Diffstat (limited to 'sys/geom/gate')
-rw-r--r--sys/geom/gate/g_gate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c
index 92ad3e7..a410c4a 100644
--- a/sys/geom/gate/g_gate.c
+++ b/sys/geom/gate/g_gate.c
@@ -52,7 +52,7 @@ static MALLOC_DEFINE(M_GATE, "gg data", "GEOM Gate Data");
SYSCTL_DECL(_kern_geom);
SYSCTL_NODE(_kern_geom, OID_AUTO, gate, CTLFLAG_RW, 0, "GEOM_GATE stuff");
-static u_int g_gate_debug = 3;
+static u_int g_gate_debug = 0;
SYSCTL_UINT(_kern_geom_gate, OID_AUTO, debug, CTLFLAG_RW, &g_gate_debug, 0,
"Debug level");
OpenPOWER on IntegriCloud