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:40:32 +0000 (14:40 -0400)
commit6d9a9c6575be8bcf86f404236a0f4a78b4889881
treeaffcd52e50cf8982fa537edac87c4f05423ffd52
parentcb7d882ca6edad2f4f36e585aca3cc05f1d8048e
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.025604 seconds and 5 git commands to generate.