mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Decrease log level of one debug message, so there is no hole (level 2
wasn't used at all).
This commit is contained in:
parent
11eeab06ba
commit
45c26487a7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132097
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user