X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=lttng%2Flttng.c;h=f4fab034f8f34c390570915c5b1f57b0dea4e57a;hp=095ebe5e1c898343b86d177bfd39a926115b3090;hb=75462a81e727e0b081dd21805836302bfbd77788;hpb=5716705821202372fd16168f66f347ba293ef6b4 diff --git a/lttng/lttng.c b/lttng/lttng.c index 095ebe5e1..f4fab034f 100644 --- a/lttng/lttng.c +++ b/lttng/lttng.c @@ -170,7 +170,7 @@ static int spawn_sessiond(char *pathname) /* Spawn session daemon and tell * it to signal us when ready. */ - ret = execlp(pathname, "ltt-sessiond", "--sig-parent", NULL); + ret = execlp(pathname, "ltt-sessiond", "--sig-parent", "--quiet", NULL); if (ret < 0) { if (errno == ENOENT) { ERR("No session daemon found. Use --sessiond-path.");