put back debug level
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 14 May 2004 22:14:06 +0000 (22:14 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 14 May 2004 22:14:06 +0000 (22:14 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@525 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/main.c

index c1b2324226054f781fa661b44d97143480ff1ba5..a27519e8fe2c1791a912bc43742fe7bad34a8630 100644 (file)
@@ -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. */
This page took 0.023474 seconds and 4 git commands to generate.