[lttng-dev] [RELEASE] Babeltrace 1.0.0-rc3
Mathieu Desnoyers
mathieu.desnoyers at efficios.com
Wed May 30 08:33:51 EDT 2012
* Oestman, Fredrik (Fredrik_Oestman at mentor.com) wrote:
> > Unless something really unexpected happens, this should be the last RC
> > before babeltrace 1.0.0 final.
>
> Please make this little change, otherwise ctf-text is always output regardless of "-o".
Merged. Thanks Fredrik !
Mathieu
>
>
> Cheers,
>
> Fredrik Östman
>
>
> diff --git a/converter/babeltrace.c b/converter/babeltrace.c
> index 55d89c8..fdbedae 100644
> --- a/converter/babeltrace.c
> +++ b/converter/babeltrace.c
> @@ -487,7 +487,7 @@ int main(int argc, char **argv)
> }
> strlower(opt_input_format);
> }
> - if (opt_output_format) {
> + if (opt_output_format_arg) {
> opt_output_format = strdup(opt_output_format_arg);
> if (!opt_output_format) {
> partial_error = 1;
>
--
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com
More information about the lttng-dev
mailing list