X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.c;h=3e5f1b187f238049bc8c81a01fafbd161083888f;hp=f568933650407693be890e636843effa77af0299;hb=36c0262a92b315ba2c20ea4c5f56ba0f94538c3c;hpb=e0ac0dd5d6835c17832946a5ce697fa354278a83 diff --git a/lttng/lttng.c b/lttng/lttng.c index f56893365..3e5f1b187 100644 --- a/lttng/lttng.c +++ b/lttng/lttng.c @@ -336,7 +336,7 @@ static int check_sessiond(void) /* Let's rock and roll */ if (pathname == NULL) { - ret = asprintf(&alloc_pathname, INSTALL_PATH "/ltt-sessiond"); + ret = asprintf(&alloc_pathname, INSTALL_BIN_PATH "/ltt-sessiond"); if (ret < 0) { perror("asprintf spawn sessiond"); goto end;