Revert "application: Don't print a critical warning here"
authorChristian Persch <chpe@gnome.org>
Thu, 24 May 2012 15:51:35 +0000 (17:51 +0200)
committerChristian Persch <chpe@gnome.org>
Thu, 24 May 2012 15:51:35 +0000 (17:51 +0200)
This reverts commit 1541478bac6fed26bcb77ebae5e50bb7a76954f7.

gio/gapplication.c

index 9593d35..32341cf 100644 (file)
@@ -442,7 +442,7 @@ g_application_real_local_command_line (GApplication   *application,
 
       if (!g_application_register (application, NULL, &error))
         {
-          g_printerr ("%s", error->message);
+          g_critical ("%s", error->message);
           g_error_free (error);
           *exit_status = 1;
           return TRUE;