util: Remove push/pop no msg prefix logging

Used to log multiple line entries. Just make continue prefix things, no
need to mess with maybe-prefixing; it'll just complicate using some less
custom logging functionality.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2094>
This commit is contained in:
Jonas Ådahl
2021-11-15 19:42:25 +01:00
committed by Marge Bot
parent cbdd62c197
commit 8c8bbb8008
4 changed files with 17 additions and 35 deletions

View File

@ -86,7 +86,6 @@ on_stack_changed (MetaStack *stack)
hidden_stack_ids = g_array_new (FALSE, FALSE, sizeof (uint64_t));
meta_topic (META_DEBUG_STACK, "Bottom to top: ");
meta_push_no_msg_prefix ();
sorted = meta_stack_list_windows (stack, NULL);
@ -124,8 +123,6 @@ on_stack_changed (MetaStack *stack)
g_array_append_val (all_root_children_stacked, stack_id);
}
meta_pop_no_msg_prefix ();
if (display->x11_display)
{
uint64_t guard_window_id;