mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01:00
Revert "application: Don't print a critical warning here"
This reverts commit 1541478bac
.
This commit is contained in:
parent
ee1965b888
commit
4b456635e4
@ -442,7 +442,7 @@ g_application_real_local_command_line (GApplication *application,
|
|||||||
|
|
||||||
if (!g_application_register (application, NULL, &error))
|
if (!g_application_register (application, NULL, &error))
|
||||||
{
|
{
|
||||||
g_printerr ("%s", error->message);
|
g_critical ("%s", error->message);
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
*exit_status = 1;
|
*exit_status = 1;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user