summaryrefslogtreecommitdiffstats
path: root/sys/geom/raid3
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-03-25 23:30:36 +0000
committerpjd <pjd@FreeBSD.org>2006-03-25 23:30:36 +0000
commit2f146bc4fd3bffebc6a8e11d8b6705fbfb27e64f (patch)
tree13901616d6aefd7b8fe44bb0785cc9156ee7cdfc /sys/geom/raid3
parent37bf7d3702d3759e7a771787cf81b554e8ea8545 (diff)
downloadFreeBSD-src-2f146bc4fd3bffebc6a8e11d8b6705fbfb27e64f.zip
FreeBSD-src-2f146bc4fd3bffebc6a8e11d8b6705fbfb27e64f.tar.gz
Increase debug level for "Thread exiting." message. It's not that important
and is 0 by accident. MFC after: 3 days
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 4b6ad1a..673875e 100644
--- a/sys/geom/raid3/g_raid3.c
+++ b/sys/geom/raid3/g_raid3.c
@@ -2015,7 +2015,7 @@ g_raid3_worker(void *arg)
mtx_unlock(&sc->sc_queue_mtx);
if (g_raid3_try_destroy(sc)) {
curthread->td_pflags &= ~TDP_GEOM;
- G_RAID3_DEBUG(0, "Thread exiting.");
+ G_RAID3_DEBUG(1, "Thread exiting.");
kthread_exit(0);
}
mtx_lock(&sc->sc_queue_mtx);
OpenPOWER on IntegriCloud