Increase debug level for "Thread exiting." message. It's not that important
and is 0 by accident. MFC after: 3 days
This commit is contained in:
parent
d5fd66e17d
commit
d7fad9f651
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user