summaryrefslogtreecommitdiffstats
path: root/sys/geom/label/g_label.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/label/g_label.c')
-rw-r--r--sys/geom/label/g_label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/label/g_label.c b/sys/geom/label/g_label.c
index b8ce0cc..0067a33 100644
--- a/sys/geom/label/g_label.c
+++ b/sys/geom/label/g_label.c
@@ -198,7 +198,7 @@ g_label_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
g_trace(G_T_TOPOLOGY, "%s(%s, %s)", __func__, mp->name, pp->name);
g_topology_assert();
- G_LABEL_DEBUG(3, "Tasting %s.", pp->name);
+ G_LABEL_DEBUG(2, "Tasting %s.", pp->name);
if (strcmp(pp->geom->class->name, mp->name) == 0)
return (NULL);
OpenPOWER on IntegriCloud