lib: use BT_LIB_LOG*_APPEND_CAUSE() where appropriate
[babeltrace.git] / src / lib / trace-ir / event.h
index b2f085a0ea3106cb2b7c378c7091edbb06ab6341..002278ce88e1bb090e2e3e01ae6d23f9166f7b18 100644 (file)
@@ -187,7 +187,8 @@ struct bt_event *bt_event_create(struct bt_event_class *event_class,
        BT_ASSERT(event_class);
        event = bt_object_pool_create_object(&event_class->event_pool);
        if (G_UNLIKELY(!event)) {
-               BT_LIB_LOGE("Cannot allocate one event from event class's event pool: "
+               BT_LIB_LOGE_APPEND_CAUSE(
+                       "Cannot allocate one event from event class's event pool: "
                        "%![ec-]+E", event_class);
                goto end;
        }
This page took 0.023088 seconds and 4 git commands to generate.