gnome-session hard code freeze break request: turn off debug



Hi,

Here's a simple patch to turn off debug by default in gnome-session.
Approvals?

Index: main.c
===================================================================
--- main.c      (révision 5112)
+++ main.c      (copie de travail)
@@ -56,8 +56,7 @@
 
 static gboolean failsafe = FALSE;
 static gboolean show_version = FALSE;
-/* FIXME: turn this off closer to release */
-static gboolean debug = TRUE;
+static gboolean debug = FALSE;
 
 static void
 on_bus_name_lost (DBusGProxy *bus_proxy,

Vincent

-- 
Les gens heureux ne sont pas pressés.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]