settings: improve graph recalc reason

This commit is contained in:
Wim Taymans 2021-12-08 20:28:27 +01:00
parent 2e199eba43
commit 53dbfa79c3

View file

@ -192,7 +192,7 @@ static int metadata_property(void *data, uint32_t subject, const char *key,
recalc = true;
}
if (recalc)
pw_context_recalc_graph(context, "properties changed");
pw_context_recalc_graph(context, "settings changed");
return 0;
}