Add a topology trace to the g_spoil_event.
MFC after: 1 week
This commit is contained in:
parent
362073c089
commit
17e0c43319
@ -1071,6 +1071,8 @@ g_spoil_event(void *arg, int flag)
|
||||
return;
|
||||
pp = arg;
|
||||
G_VALID_PROVIDER(pp);
|
||||
g_trace(G_T_TOPOLOGY, "%s %p(%s:%s:%s)", __func__, pp,
|
||||
pp->geom->class->name, pp->geom->name, pp->name);
|
||||
for (cp = LIST_FIRST(&pp->consumers); cp != NULL; cp = cp2) {
|
||||
cp2 = LIST_NEXT(cp, consumers);
|
||||
if ((cp->flags & G_CF_SPOILED) == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user