Rename VERBOSE log level to TRACE
[babeltrace.git] / src / ctf-writer / stream.h
index 253fb60685122e8e74840c6ff0f116c96e7a37c0..ff6f8a823f13a8b71275fa27fd2ae19ba8a65177 100644 (file)
@@ -80,7 +80,7 @@ int64_t bt_ctf_stream_common_get_id(struct bt_ctf_stream_common *stream)
        BT_CTF_ASSERT_PRE_NON_NULL(stream, "Stream");
        ret = stream->id;
        if (ret < 0) {
-               BT_LOGV("Stream's ID is not set: addr=%p, name=\"%s\"",
+               BT_LOGT("Stream's ID is not set: addr=%p, name=\"%s\"",
                        stream, bt_ctf_stream_common_get_name(stream));
        }
 
This page took 0.024282 seconds and 4 git commands to generate.