Decrease log level of one debug message, so there is no hole (level 2

wasn't used at all).
This commit is contained in:
Pawel Jakub Dawidek 2004-07-13 12:01:11 +00:00
parent 11eeab06ba
commit 45c26487a7

@ -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);