summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-07-13 12:01:11 +0000
committerpjd <pjd@FreeBSD.org>2004-07-13 12:01:11 +0000
commit8d2fee9da11ee6033550db4595c06a5a96ddb889 (patch)
tree8a7b352381dd502c2f2b3d3544d0b9c62be7dda4
parent51c2dcdfa6be88001e2163a443e83867b8e3bc2f (diff)
downloadFreeBSD-src-8d2fee9da11ee6033550db4595c06a5a96ddb889.zip
FreeBSD-src-8d2fee9da11ee6033550db4595c06a5a96ddb889.tar.gz
Decrease log level of one debug message, so there is no hole (level 2
wasn't used at all).
-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