core: dump fatal initialization errors to stderr

This commit is contained in:
Aleksander Morgado
2021-06-16 11:52:18 +02:00
parent 8905cf4670
commit 89bbc2ccb8
2 changed files with 3 additions and 3 deletions

View File

@@ -166,7 +166,7 @@ main (int argc, char *argv[])
mm_context_get_log_timestamps (),
mm_context_get_log_relative_timestamps (),
&error)) {
g_warning ("failed to set up logging: %s", error->message);
g_printerr ("error: failed to set up logging: %s\n", error->message);
g_error_free (error);
exit (1);
}