X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=lttng-consumerd%2Flttng-consumerd.c;h=946f0aba0998f23c39bfe2c053db8378eff77f6a;hp=cac71cace39920f4fa0786064ea36332ccb9ef19;hb=322585731ced1adba36cddcb8bdd5d997d1b2e3e;hpb=1316184615e422526ef4fae68f980443414969c1 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);