sharkcz / rpms / gdm

Forked from rpms/gdm 3 years ago
Clone
Blob Blame History Raw
diff -up gdm-2.21.10/common/gdm-log.c.disable-debug-messages gdm-2.21.10/common/gdm-log.c
--- gdm-2.21.10/common/gdm-log.c.disable-debug-messages	2008-04-06 20:49:01.000000000 -0400
+++ gdm-2.21.10/common/gdm-log.c	2008-04-06 20:50:39.000000000 -0400
@@ -167,7 +167,7 @@ gdm_log_toggle_debug (void)
 void
 gdm_log_set_debug (gboolean debug)
 {
-        if (debug) {
+        if (debug && FALSE) {
                 syslog_levels |= G_LOG_LEVEL_DEBUG;
         } else {
                 syslog_levels &= ~G_LOG_LEVEL_DEBUG;