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:
24d1723
)
Make consumer verbose only with --verbose-consumer option
author
David Goulet
<dgoulet@efficios.com>
Wed, 11 Jan 2012 22:09:54 +0000
(17:09 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Wed, 11 Jan 2012 22:09:54 +0000
(17:09 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
lttng-sessiond/main.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng-sessiond/main.c
b/lttng-sessiond/main.c
index 91db9677abdfd24a6d781db11bd47951f95fbed9..04ac25d0f0837b906dfa6f15ae4b9e3ca235bf5e 100644
(file)
--- a/
lttng-sessiond/main.c
+++ b/
lttng-sessiond/main.c
@@
-1527,7
+1527,7
@@
static pid_t spawn_consumerd(struct consumer_data *consumer_data)
/*
* Exec consumerd.
*/
- if (opt_verbose
> 1 || opt_verbose
_consumer) {
+ if (opt_verbose_consumer) {
verbosity = "--verbose";
} else {
verbosity = "--quiet";
This page took
0.027849 seconds
and
4
git commands to generate.