lib/ctf-ir/event-class.c: minor logging message edit
[babeltrace.git] / lib / ctf-ir / event-class.c
index f1859d347cbb58f9b639b141481c2d2358c2a6d1..4381d051db7eb2557d6f9baac36b21c3ccf1e2a6 100644 (file)
@@ -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);
 }
This page took 0.023399 seconds and 4 git commands to generate.