Logging: standardize logging tags
[babeltrace.git] / src / plugins / ctf / lttng-live / data-stream.c
index 25a8e4cf1e66bdea7b9c18d4a52f9ada2a381bfd..5641d281ee75c74300b265d528e7fc585355943c 100644 (file)
@@ -23,7 +23,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "PLUGIN-CTF-LTTNG-LIVE-SRC-DS"
+#define BT_LOG_TAG "PLUGIN/SRC.CTF.LTTNG-LIVE/DS"
 #include "logging.h"
 
 #include <stdio.h>
@@ -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.022856 seconds and 4 git commands to generate.