logging: print human-readable thread names when logging
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index a62719a1281fa5f508ac1c8b7fdc019357c73935..4bdac5217978d28dd2af6c036d66f0650615a9bf 100644 (file)
@@ -1302,6 +1302,7 @@ int main(int argc, char **argv)
        struct lttng_thread *notification_thread = NULL;
        struct lttng_thread *register_apps_thread = NULL;
 
+       logger_set_thread_name("Main", false);
        init_kernel_workarounds();
 
        rcu_register_thread();
This page took 0.022881 seconds and 4 git commands to generate.