X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Flib%2Ftrace-ir%2Fstream.c;h=a19828f46ac6465b1f84839d350103932c02c70f;hb=350ad6c1c5f45a4e90c33e3c1354125c209bbf02;hp=4e017e4a75c6084f3feb9c61db2b47c9d7f006ae;hpb=578e048b5debf169e286e5b5cc747b5d6c16886d;p=babeltrace.git diff --git a/src/lib/trace-ir/stream.c b/src/lib/trace-ir/stream.c index 4e017e4a..a19828f4 100644 --- a/src/lib/trace-ir/stream.c +++ b/src/lib/trace-ir/stream.c @@ -21,7 +21,7 @@ * SOFTWARE. */ -#define BT_LOG_TAG "STREAM" +#define BT_LOG_TAG "LIB/STREAM" #include "lib/lib-logging.h" #include "lib/assert-pre.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; }