lib: rename `lib-logging.h` to `logging.h`
[babeltrace.git] / src / lib / trace-ir / stream.c
index 4e017e4a75c6084f3feb9c61db2b47c9d7f006ae..7eb8e9cfa9731b8cecde04ae6d174f4a6e043e35 100644 (file)
@@ -21,8 +21,8 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "STREAM"
-#include "lib/lib-logging.h"
+#define BT_LOG_TAG "LIB/STREAM"
+#include "lib/logging.h"
 
 #include "lib/assert-pre.h"
 #include <babeltrace2/trace-ir/stream-const.h>
@@ -214,7 +214,7 @@ enum bt_stream_status bt_stream_set_name(struct bt_stream *stream,
        BT_ASSERT_PRE_STREAM_HOT(stream);
        g_string_assign(stream->name.str, name);
        stream->name.value = stream->name.str->str;
-       BT_LIB_LOGV("Set stream's name: %!+s", stream);
+       BT_LIB_LOGD("Set stream's name: %!+s", stream);
        return BT_STREAM_STATUS_OK;
 }
 
This page took 0.026853 seconds and 4 git commands to generate.