lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
[babeltrace.git] / src / lib / trace-ir / packet-context-field.c
index c03e1eae331de44e76404c0ff5dd6e7b75a52461..388c20f307cc83ec01c19c0f224c9f2ada610792 100644 (file)
@@ -70,7 +70,8 @@ struct bt_packet_context_field *bt_packet_context_field_create(
                &stream_class->packet_context_field_pool,
                (void *) stream_class->packet_context_fc);
        if (!field_wrapper) {
-               BT_LIB_LOGE("Cannot allocate one packet context field from stream class: "
+               BT_LIB_LOGE_APPEND_CAUSE(
+                       "Cannot allocate one packet context field from stream class: "
                        "%![sc-]+S", stream_class);
                goto error;
        }
This page took 0.023075 seconds and 4 git commands to generate.