From: compudj Date: Fri, 14 May 2004 22:14:06 +0000 (+0000) Subject: put back debug level X-Git-Tag: v0.12.20~2964 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=9bbfbc9543b6bc9abd8cde0a2161cf15250455fc;hp=a43d67bae425508678e5ae2ffe5dd1e84286b915;p=lttv.git put back debug level git-svn-id: http://ltt.polymtl.ca/svn@525 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/lttv/main.c b/ltt/branches/poly/lttv/lttv/main.c index c1b23242..a27519e8 100644 --- a/ltt/branches/poly/lttv/lttv/main.c +++ b/ltt/branches/poly/lttv/lttv/main.c @@ -108,9 +108,9 @@ int main(int argc, char **argv) { /* Initialize glib and by default ignore info and debug messages */ g_type_init(); - g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS | G_TYPE_DEBUG_SIGNALS); - //g_log_set_handler(NULL, G_LOG_LEVEL_INFO, ignore_and_drop_message, NULL); - //g_log_set_handler(NULL, G_LOG_LEVEL_DEBUG, ignore_and_drop_message, NULL); + //g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS | G_TYPE_DEBUG_SIGNALS); + g_log_set_handler(NULL, G_LOG_LEVEL_INFO, ignore_and_drop_message, NULL); + g_log_set_handler(NULL, G_LOG_LEVEL_DEBUG, ignore_and_drop_message, NULL); /* Have an attributes subtree to store hooks to be registered by modules. */