Move bt_message_type_string to common
[babeltrace.git] / src / lib / graph / message / stream.c
index cd88d25baceb14f40a363f808896ac5cdc8a00fe..a3723e4ac8f485179284d0ed7c857d7604f66850 100644 (file)
@@ -62,7 +62,7 @@ struct bt_message *create_stream_message(
        BT_ASSERT(stream_class);
        BT_LIB_LOGD("Creating stream message object: "
                "type=%s, %![stream-]+s, %![sc-]+S",
-               bt_message_type_string(type), stream, stream_class);
+               bt_common_message_type_string(type), stream, stream_class);
        message = g_new0(struct bt_message_stream, 1);
        if (!message) {
                BT_LIB_LOGE_APPEND_CAUSE(
This page took 0.02575 seconds and 4 git commands to generate.