X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Fmain.c;h=bae3f27458eb0b09c41ae788876682644c523a03;hp=e65e8198b756add9dc21ce96922300dd2170147e;hb=e7d10b0958f6bd5adbaac502d1e708daf34fed20;hpb=9d26659ae085e96066881c70d93a4929a9726070;ds=sidebyside diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index e65e8198b..bae3f2745 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -491,7 +491,7 @@ static pid_t spawn_kconsumerd(void) /* * Exec kconsumerd. */ - execlp("kconsumerd", "kconsumerd", "--daemonize", NULL); + execlp("kconsumerd", "kconsumerd", "--quiet", NULL); if (errno != 0) { perror("kernel start consumer exec"); }