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:
@ -199,7 +199,7 @@ meta_x11_display_init_group_prop_hooks (MetaX11Display *x11_display)
|
||||
|
||||
if (i != N_HOOKS)
|
||||
{
|
||||
g_error ("Initialized %d group hooks should have been %d\n", i, N_HOOKS);
|
||||
g_error ("Initialized %d group hooks should have been %d", i, N_HOOKS);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user