Skip to content

mutter: Add missing newline in error messages

Jonas Ådahl requested to merge jadahl/mutter:wip/mutter-printerr-newline into main

It's using g_printerr() which isn't like g_message()/g_warning() and friends that expect no newline in the end.

Merge request reports