From f806231fd652854bdf797fe6b129953b946e32f1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 6 Dec 2011 16:21:18 -0500 Subject: [PATCH] Update consumerd search paths comment Signed-off-by: Mathieu Desnoyers --- lttng-sessiond/main.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; -- 2.34.1