X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-sessiond%2Fmain.c;h=dda9168bb48222c3f9b5081baaadc6f4eb8cc48b;hb=045e5491d29048a9d888559cd91d6d6f304fc171;hp=a153b2351cccae5d2b125d23e8a088bd0c2d52af;hpb=eb1e0bd499a6f47d2bcc5a2b828356101d8b00c3;p=lttng-tools.git diff --git a/lttng-sessiond/main.c b/lttng-sessiond/main.c index a153b2351..dda9168bb 100644 --- a/lttng-sessiond/main.c +++ b/lttng-sessiond/main.c @@ -1527,9 +1527,10 @@ static pid_t spawn_consumerd(struct consumer_data *consumer_data) switch (consumer_data->type) { case LTTNG_CONSUMER_KERNEL: /* - * Find out which consumerd to execute. We will first - * try the 64-bit path, then the 32-bit one, then - * fallback on sessiond's installation directory. + * Find out which consumerd to execute. We will + * first try the 64-bit path, then the + * sessiond's installation directory, and + * fallback on the 32-bit one, */ if (stat(consumerd64_bin, &st) == 0) { consumer_to_use = consumerd64_bin;