[mutter] util: Turn STACK debugging back off



commit 59fc17c355e3d8c075eb486546bf88a0d985b18f
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jul 10 16:54:48 2014 -0400

    util: Turn STACK debugging back off
    
    Snuck in by accident.

 src/core/util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/util.c b/src/core/util.c
index a1b129a..ccc1d15 100644
--- a/src/core/util.c
+++ b/src/core/util.c
@@ -49,7 +49,7 @@ meta_topic_real_valist (MetaDebugTopic topic,
                         va_list        args);
 #endif
 
-static gint verbose_topics = META_DEBUG_STACK;
+static gint verbose_topics = 0;
 static gboolean is_debugging = FALSE;
 static gboolean replace_current = FALSE;
 static int no_prefix = 0;


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