From 73085baed1cb671c595b36c97352ac37509cf70a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 28 Jan 2017 16:43:27 +0100 Subject: [PATCH 135/310] geom/mountver: Bump log level for G_MOUNTVER_LOGREQ to 3 to reduce noise when debugging tasting Obtained from: ElectroBSD --- sys/geom/mountver/g_mountver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/geom/mountver/g_mountver.h b/sys/geom/mountver/g_mountver.h index 34ca831384f6..b95545c7f607 100644 --- a/sys/geom/mountver/g_mountver.h +++ b/sys/geom/mountver/g_mountver.h @@ -41,7 +41,7 @@ #define G_MOUNTVER_DEBUG(lvl, ...) \ _GEOM_DEBUG("GEOM_MOUNTVER", g_mountver_debug, (lvl), NULL, __VA_ARGS__) #define G_MOUNTVER_LOGREQ(bp, ...) \ - _GEOM_DEBUG("GEOM_MOUNTVER", g_mountver_debug, 2, (bp), __VA_ARGS__) + _GEOM_DEBUG("GEOM_MOUNTVER", g_mountver_debug, 3, (bp), __VA_ARGS__) struct g_mountver_softc { TAILQ_HEAD(, bio) sc_queue; -- 2.37.1