summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-08-16 08:33:04 +0000
committerpjd <pjd@FreeBSD.org>2004-08-16 08:33:04 +0000
commit023b80f953f446b3033367f3100c97c13ea5b332 (patch)
tree52a360bf4b6fd40653a95325194073d903b0e0ef /sys/geom/raid3
parent9feb07074295ed11299297f436bea66629e414c8 (diff)
downloadFreeBSD-src-023b80f953f446b3033367f3100c97c13ea5b332.zip
FreeBSD-src-023b80f953f446b3033367f3100c97c13ea5b332.tar.gz
Decrease debug level to 0.
Diffstat (limited to 'sys/geom/raid3')
-rw-r--r--sys/geom/raid3/g_raid3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c
index b4dd4ed..af9d800 100644
--- a/sys/geom/raid3/g_raid3.c
+++ b/sys/geom/raid3/g_raid3.c
@@ -50,7 +50,7 @@ static MALLOC_DEFINE(M_RAID3, "raid3 data", "GEOM_RAID3 Data");
SYSCTL_DECL(_kern_geom);
SYSCTL_NODE(_kern_geom, OID_AUTO, raid3, CTLFLAG_RW, 0, "GEOM_RAID3 stuff");
-u_int g_raid3_debug = 1;
+u_int g_raid3_debug = 0;
SYSCTL_UINT(_kern_geom_raid3, OID_AUTO, debug, CTLFLAG_RW, &g_raid3_debug, 0,
"Debug level");
static u_int g_raid3_timeout = 8;
OpenPOWER on IntegriCloud