X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.c;h=3e5f1b187f238049bc8c81a01fafbd161083888f;hp=0cd5a2874ed6173c513f05646cbbcf8561ccf7f7;hb=d063d7094016bcc1f2405651f59530f502bc83e6;hpb=7d29a2477524f7ee2ee46a94e538e6141f5ecc0e diff --git a/lttng/lttng.c b/lttng/lttng.c index 0cd5a2874..3e5f1b187 100644 --- a/lttng/lttng.c +++ b/lttng/lttng.c @@ -3,8 +3,8 @@ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. + * as published by the Free Software Foundation; only version 2 + * of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -336,8 +336,9 @@ static int check_sessiond(void) /* Let's rock and roll */ if (pathname == NULL) { - ret = asprintf(&alloc_pathname, "ltt-sessiond"); + ret = asprintf(&alloc_pathname, INSTALL_BIN_PATH "/ltt-sessiond"); if (ret < 0) { + perror("asprintf spawn sessiond"); goto end; } pathname = alloc_pathname;