Fatality can be only enabled from '#if 0' again.
authorlace <>
Wed, 25 Jan 2006 20:24:08 +0000 (20:24 +0000)
committerlace <>
Wed, 25 Jan 2006 20:24:08 +0000 (20:24 +0000)
 - 'MAINTAINER_MODE' should not break the UI behavior.

src/install/acquire/main.c

index 4ef1a0d..26447f4 100644 (file)
@@ -196,7 +196,7 @@ int errint;
 gboolean is_interactive;
 gboolean no_gnome;
 
-#ifdef MAINTAINER_MODE
+#if 0
        g_log_set_always_fatal(~(0
                        |G_LOG_LEVEL_MESSAGE
                        |G_LOG_LEVEL_INFO