mirror of
https://github.com/brl/mutter.git
synced 2025-07-27 03:58:32 +00:00
Remove misplaced line break in g_* logging functions
They resulted in empty lines in the log. https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1466
This commit is contained in:
@@ -97,7 +97,7 @@ on_stack_changed (MetaStack *stack)
|
||||
if (w->unmanaging)
|
||||
continue;
|
||||
|
||||
meta_topic (META_DEBUG_STACK, "%u:%d - %s ",
|
||||
meta_topic (META_DEBUG_STACK, " %u:%d - %s ",
|
||||
w->layer, w->stack_position, w->desc);
|
||||
|
||||
if (w->frame)
|
||||
|
Reference in New Issue
Block a user