Add lttngerr support to ltt-sessiond
[lttng-tools.git] / lttng / lttng.c
index 095ebe5e1c898343b86d177bfd39a926115b3090..f4fab034f8f34c390570915c5b1f57b0dea4e57a 100644 (file)
@@ -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.");
This page took 0.022832 seconds and 4 git commands to generate.