From f57244dee1499978eeee0d8438750e84cffe2a68 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 2 Jun 2011 13:23:22 -0400 Subject: [PATCH] kconsumerd execlp set to verbose for debug 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 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"); } -- 2.34.1