When I restore the default log handler after vortex_init(): vortex_init(); g_log_set_default_handler (g_log_default_handler, NULL); vortex acts as if it's in debug mode and prints a huge stream of debug messages. How can I suppress that? Phil