X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fmain.c;h=4bdac5217978d28dd2af6c036d66f0650615a9bf;hb=b9bbdb8ae401dea58c56845fceb6b615225df6b4;hp=a62719a1281fa5f508ac1c8b7fdc019357c73935;hpb=3cfcd698b9359f381191f178efc2223cc2516459;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/main.c b/src/bin/lttng-sessiond/main.c index a62719a12..4bdac5217 100644 --- a/src/bin/lttng-sessiond/main.c +++ b/src/bin/lttng-sessiond/main.c @@ -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();