From e7d10b0958f6bd5adbaac502d1e708daf34fed20 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 1 Jun 2011 11:34:06 -0400 Subject: [PATCH] Set kconsumerd to quiet on execlp Signed-off-by: David Goulet --- ltt-sessiond/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } -- 2.34.1