From: David Goulet Date: Thu, 2 Jun 2011 17:23:22 +0000 (-0400) Subject: kconsumerd execlp set to verbose for debug X-Git-Tag: v2.0-pre1~89 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=f57244dee1499978eeee0d8438750e84cffe2a68 kconsumerd execlp set to verbose for debug Signed-off-by: David Goulet --- diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index 44c45ecd1..e069696b0 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -493,7 +493,7 @@ static pid_t spawn_kconsumerd(void) /* * Exec kconsumerd. */ - execlp("kconsumerd", "kconsumerd", "--quiet", NULL); + execlp("kconsumerd", "kconsumerd", "--verbose", NULL); if (errno != 0) { perror("kernel start consumer exec"); }