Move bt_message_type_string to common
[babeltrace.git] / src / lib / lib-logging.c
index 8766e4463ef2058f2d30ee1339a7d3a5f9a672d6..df73244b22e969978054b679d7330c97357d1f6e 100644 (file)
@@ -932,7 +932,7 @@ static inline void format_message(char **buf_ch, bool extended,
        char tmp_prefix[TMP_PREFIX_LEN];
 
        BUF_APPEND(", %stype=%s",
-               PRFIELD(bt_message_type_string(msg->type)));
+               PRFIELD(bt_common_message_type_string(msg->type)));
 
        if (!extended) {
                return;
This page took 0.023211 seconds and 4 git commands to generate.