mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
gmessages: Add missing trailing newline in fallback log handler
This makes the fallback log handler match the behaviour of the default log handlers. Spotted as part of https://gitlab.gnome.org/GNOME/glib/-/issues/2753
This commit is contained in:
parent
057a9e5773
commit
d01fb41280
@ -3159,6 +3159,7 @@ _g_log_fallback_handler (const gchar *log_domain,
|
||||
write_string (stream, level_prefix);
|
||||
write_string (stream, ": ");
|
||||
write_string (stream, message);
|
||||
write_string (stream, "\n");
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user