X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-consumerd%2Flttng-consumerd.c;h=946f0aba0998f23c39bfe2c053db8378eff77f6a;hp=cac71cace39920f4fa0786064ea36332ccb9ef19;hb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;hpb=3bd1e0819b577ffcb44acd7c2f8e02ff09654b7b diff --git a/lttng-consumerd/lttng-consumerd.c b/lttng-consumerd/lttng-consumerd.c index cac71cace..946f0aba0 100644 --- a/lttng-consumerd/lttng-consumerd.c +++ b/lttng-consumerd/lttng-consumerd.c @@ -401,12 +401,12 @@ int main(int argc, char **argv) goto error; } - /* Connect to the socket created by ltt-sessiond to report errors */ + /* Connect to the socket created by lttng-sessiond to report errors */ DBG("Connecting to error socket %s", error_sock_path); ret = lttcomm_connect_unix_sock(error_sock_path); - /* not a fatal error, but all communication with ltt-sessiond will fail */ + /* not a fatal error, but all communication with lttng-sessiond will fail */ if (ret < 0) { - WARN("Cannot connect to error socket, is ltt-sessiond started ?"); + WARN("Cannot connect to error socket, is lttng-sessiond started ?"); } lttng_consumer_set_error_sock(ctx, ret);