X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fctf-ir%2Fevent-class.c;fp=lib%2Fctf-ir%2Fevent-class.c;h=4381d051db7eb2557d6f9baac36b21c3ccf1e2a6;hb=03409974b24246f339f20e06f749ef1a704fc771;hp=f1859d347cbb58f9b639b141481c2d2358c2a6d1;hpb=c988635f4e02dd79a56602b963bd7669312e54b4;p=babeltrace.git diff --git a/lib/ctf-ir/event-class.c b/lib/ctf-ir/event-class.c index f1859d34..4381d051 100644 --- a/lib/ctf-ir/event-class.c +++ b/lib/ctf-ir/event-class.c @@ -789,9 +789,9 @@ void bt_ctf_event_class_destroy(struct bt_object *obj) bt_ctf_event_class_get_id(event_class)); BT_LOGD_STR("Destroying event class's attributes."); bt_ctf_attributes_destroy(event_class->attributes); - BT_LOGD_STR("Putting event class's context field type."); + BT_LOGD_STR("Putting context field type."); bt_put(event_class->context); - BT_LOGD_STR("Putting event class's payload field type."); + BT_LOGD_STR("Putting payload field type."); bt_put(event_class->fields); g_free(event_class); }