Fix: quiet option is not set in sessiond-config
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Apr 2018 18:40:32 +0000 (14:40 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Apr 2018 18:45:32 +0000 (14:45 -0400)
commite1ccb98914702febb96db3c297d8fb70e6d6b350
treed5d7e53598b04c5ff855cf9d22f25f311b13869d
parent1b0afea26b25d92ebdcb2a178bd1a60085ff78aa
Fix: quiet option is not set in sessiond-config

The quiet option is currently set directly while parsing the
command line options of the lttng-sessiond. Since it is not
set in the sessiond configuration object, its default value
(false) overwrites the lttng_opt_quiet option when the
configuration is applied.

Reported-by: Stanislav Vovk <stanislav.vovk@windriver.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/main.c
This page took 0.024435 seconds and 4 git commands to generate.