lib/ctf-ir/field-types.c: add logging
[babeltrace.git] / lib / ctf-ir / event.c
index 6bb20ac8d3d0d3279ea3013081bb454397f1de14..4687da09033c86f205dd977d9465e3fb7344473c 100644 (file)
@@ -879,7 +879,7 @@ int bt_ctf_event_serialize(struct bt_ctf_event *event,
                "native-bo=%s",
                event, bt_ctf_event_class_get_name(event->event_class),
                bt_ctf_event_class_get_id(event->event_class),
-               pos, bt_ctf_field_type_byte_order_string(native_byte_order));
+               pos, bt_ctf_byte_order_string(native_byte_order));
 
        if (event->context_payload) {
                ret = bt_ctf_field_serialize(event->context_payload, pos,
This page took 0.024089 seconds and 4 git commands to generate.