9e0c75ff27
- disable debug messages until 2.22.0 is released
13 lines
522 B
Diff
13 lines
522 B
Diff
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;
|