lib/ctf-ir/event-class.c: minor logging message edit
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 24 May 2017 23:08:40 +0000 (19:08 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:44 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.025295 seconds and 4 git commands to generate.