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;