From 59fc17c355e3d8c075eb486546bf88a0d985b18f Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 10 Jul 2014 16:54:48 -0400 Subject: [PATCH] util: Turn STACK debugging back off Snuck in by accident. --- src/core/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/util.c b/src/core/util.c index a1b129a99..ccc1d154f 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;