Standardize log levels used by logging statements across the project
[babeltrace.git] / src / plugins / ctf / lttng-live / data-stream.c
index 25a8e4cf1e66bdea7b9c18d4a52f9ada2a381bfd..8ea914dbc26b46f59c26139e24eaed1378b2990d 100644 (file)
@@ -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);
 
This page took 0.024644 seconds and 4 git commands to generate.