X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Flttng-live%2Flttng-live-plugin.c;fp=formats%2Flttng-live%2Flttng-live-plugin.c;h=771801ce9c655d59bac690fd6b0e34863dd54105;hp=bf71b2bfb3beee37bf009d3c186ed310bef0e59c;hb=220e0cbec97669ccfe4ed8a7e69c73c9ac72062d;hpb=94f6b907bffe65ba0d5f94a7d79b90a887702be4 diff --git a/formats/lttng-live/lttng-live-plugin.c b/formats/lttng-live/lttng-live-plugin.c index bf71b2bf..771801ce 100644 --- a/formats/lttng-live/lttng-live-plugin.c +++ b/formats/lttng-live/lttng-live-plugin.c @@ -292,6 +292,12 @@ struct bt_trace_descriptor *lttng_live_open_trace(const char *path, int flags, pos->parent.rw_table = NULL; pos->parent.event_cb = NULL; pos->parent.trace = &pos->trace_descriptor; + /* + * Since we do *everything* in this function, we are skipping + * the output plugin handling that is part of Babeltrace 1.x. + * Therefore, don't expect the --output cmd line option to work. + * This limits the output of lttng-live to stderr and stdout. + */ if (lttng_live_open_trace_read(path) < 0) { goto error; }