Skip to content

Add missing newline to some error messages

Simon McVittie requested to merge wip/smcv/newlines into main

The g_log() family (g_warning() and friends) and launcher-interface-0's trace() automatically add a newline, but fprintf() does not.

Merge request reports