X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.c;h=3e5f1b187f238049bc8c81a01fafbd161083888f;hp=f568933650407693be890e636843effa77af0299;hb=00df03c6816678530f8a32281ea3ecffd2cc1ce4;hpb=3f5fa9ed7f1b26c152c7702a81ef77a40a2f1372 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;