screen-cast-stream-src: Improve state change debug log entry

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4065>
This commit is contained in:
Jonas Ådahl 2024-10-03 14:54:21 +02:00 committed by Marge Bot
parent ee41825f03
commit 91f1d3dab3

View File

@ -1341,8 +1341,9 @@ on_stream_state_changed (void *data,
meta_screen_cast_stream_src_get_instance_private (src);
meta_topic (META_DEBUG_SCREEN_CAST,
"New PipeWire stream (%u) state '%s'",
"Pipewire stream (%u) state changed from %s to %s",
priv->node_id,
pw_stream_state_as_string (old),
pw_stream_state_as_string (state));
switch (state)