From: David Goulet Date: Wed, 20 Jul 2011 13:41:49 +0000 (-0400) Subject: Remove debug mode at kconsumerd exec X-Git-Tag: v2.0-pre1~7 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=025e01cba7ac28c217fdc99d98a46bb177dd139e;hp=c93d9daf699c3ef6e0be64a1011baec725b3e31e Remove debug mode at kconsumerd exec Signed-off-by: David Goulet --- diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index 3e8a12d6d..78f916a85 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -914,7 +914,7 @@ static pid_t spawn_kconsumerd(void) /* * Exec kconsumerd. */ - execlp("ltt-kconsumerd", "ltt-kconsumerd", "--verbose", NULL); + execlp("ltt-kconsumerd", "ltt-kconsumerd", "--quiet", NULL); if (errno != 0) { perror("kernel start consumer exec"); }