projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e4fca
)
kconsumerd execlp set to verbose for debug
author
David Goulet
<david.goulet@polymtl.ca>
Thu, 2 Jun 2011 17:23:22 +0000
(13:23 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Thu, 2 Jun 2011 17:23:22 +0000
(13:23 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
ltt-sessiond/main.c
patch
|
blob
|
blame
|
history
diff --git
a/ltt-sessiond/main.c
b/ltt-sessiond/main.c
index 44c45ecd13ca36f2e56f31ee84d11485c372605b..e069696b0c621df39fedbb71454bc20bd54006c1 100644
(file)
--- 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");
}
This page took
0.026822 seconds
and
4
git commands to generate.