diff options
author | pjd <pjd@FreeBSD.org> | 2004-08-16 08:33:04 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-08-16 08:33:04 +0000 |
commit | 023b80f953f446b3033367f3100c97c13ea5b332 (patch) | |
tree | 52a360bf4b6fd40653a95325194073d903b0e0ef /sys | |
parent | 9feb07074295ed11299297f436bea66629e414c8 (diff) | |
download | FreeBSD-src-023b80f953f446b3033367f3100c97c13ea5b332.zip FreeBSD-src-023b80f953f446b3033367f3100c97c13ea5b332.tar.gz |
Decrease debug level to 0.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/geom/raid3/g_raid3.c | 2 |
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; |