diff --git a/src/pipewire/settings.c b/src/pipewire/settings.c index 465d5f3c4..a6bffbf7b 100644 --- a/src/pipewire/settings.c +++ b/src/pipewire/settings.c @@ -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; }