X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fmain.c;h=0effeb1f5ab51a0c91973505c7efd9629dee5a3c;hp=205548bed3cecad8720ca395ceedfc2bd614dc9c;hb=2b1173d8cb43cb5d7c9ce3772dbdbef3436c407e;hpb=1ce86c9ab52be743e3348fd0c90153d9a9f63c49 diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index 205548bed..0effeb1f5 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -581,7 +581,7 @@ static pid_t spawn_kconsumerd(void) /* * Exec kconsumerd. */ - execlp("kconsumerd", "kconsumerd", "--verbose", NULL); + execlp("ltt-kconsumerd", "ltt-kconsumerd", "--verbose", NULL); if (errno != 0) { perror("kernel start consumer exec"); }