Revert "application: Don't print a critical warning here"

This reverts commit 1541478bac.
This commit is contained in:
Christian Persch 2012-05-24 17:51:35 +02:00
parent ee1965b888
commit 4b456635e4

View File

@ -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;