stack-tracker: More small cleanups

This commit is contained in:
Jasper St. Pierre
2014-07-10 16:27:30 -04:00
parent 41b4a079c7
commit 5f25ca0c3a
2 changed files with 3 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ meta_topic_real_valist (MetaDebugTopic topic,
va_list args);
#endif
static gint verbose_topics = 0;
static gint verbose_topics = META_DEBUG_STACK;
static gboolean is_debugging = FALSE;
static gboolean replace_current = FALSE;
static int no_prefix = 0;