From: David Goulet Date: Wed, 1 Jun 2011 15:34:06 +0000 (-0400) Subject: Set kconsumerd to quiet on execlp X-Git-Tag: v2.0-pre1~95 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e7d10b0958f6bd5adbaac502d1e708daf34fed20 Set kconsumerd to quiet on execlp Signed-off-by: David Goulet --- 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"); }