Values API: split into private and public APIs
[babeltrace.git] / lib / lib-logging.c
index 3207c3d0b00ccb0bf1f47c0c8128a92854f2e1fb..9dd8ae7f4c645510ac1858741b798294fec74855 100644 (file)
@@ -796,7 +796,7 @@ static inline void format_value(char **buf_ch, bool extended,
                const char *prefix, struct bt_value *value)
 {
        BUF_APPEND(", %stype=%s",
-               PRFIELD(bt_value_type_string(bt_value_get_type(value))));
+               PRFIELD(bt_common_value_type_string(bt_value_get_type(value))));
 
        if (!extended) {
                return;
This page took 0.023434 seconds and 4 git commands to generate.