babeltrace-cfg.c: do not infer text.text sink with -v
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 22 Feb 2017 15:26:00 +0000 (10:26 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:38 +0000 (12:57 -0400)
commita1e34893cd2b06dc11f45bf01aeb589d74db4a26
tree94d6f7e148660871fff1900e25b9d4abf28305ee
parent355b476b486fdc06862c42b8df163b7b0666e288
babeltrace-cfg.c: do not infer text.text sink with -v

Having the -v option passed to the `convert` command is not a
sufficient criterion to infer a text.text sink component, because -v
is also a general option which applies to the whole command. Without
this patch, you can't run this:

    babeltrace -v /path/to/trace -o my.sink

because the configurator sees both an implicit text.text sink (caused by
-v) and an explicit my.sink sink.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
converter/babeltrace-cfg.c
This page took 0.024432 seconds and 4 git commands to generate.