X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Flttng-live%2Fdata-stream.c;h=8ea914dbc26b46f59c26139e24eaed1378b2990d;hb=3f7d4d90b0456de9d34fac337350818ef06163bd;hp=25a8e4cf1e66bdea7b9c18d4a52f9ada2a381bfd;hpb=44ced4ff8e8b5e46ef03f3aec737fca5ca2c7003;p=babeltrace.git diff --git a/src/plugins/ctf/lttng-live/data-stream.c b/src/plugins/ctf/lttng-live/data-stream.c index 25a8e4cf..8ea914db 100644 --- a/src/plugins/ctf/lttng-live/data-stream.c +++ b/src/plugins/ctf/lttng-live/data-stream.c @@ -82,7 +82,7 @@ bt_stream *medop_borrow_stream(bt_stream_class *stream_class, if (!lttng_live_stream->stream) { uint64_t stream_class_id = bt_stream_class_get_id(stream_class); - BT_LOGD("Creating stream %s (ID: %" PRIu64 ") out of stream " + BT_LOGI("Creating stream %s (ID: %" PRIu64 ") out of stream " "class %" PRId64, lttng_live_stream->name->str, stream_id, stream_class_id);