X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fmain.c;h=4da4cfbc1fa324d68fcb97dfac09ecfde249c9f9;hp=5fec7ae4e8cc2f3070ad5e151cd40d9d8a2c857d;hb=00a17c9765c3ecf1fb8e4e6fefd5547c60abcd72;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index 5fec7ae4e..4da4cfbc1 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -1100,7 +1100,7 @@ static void *thread_dispatch_ust_registration(void *data) /* Dequeue command for registration */ node = cds_wfq_dequeue_blocking(&ust_cmd_queue.queue); if (node == NULL) { - DBG("Waked up but nothing in the UST command queue"); + DBG("Woken up but nothing in the UST command queue"); /* Continue thread execution */ break; }