X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Ftrace-ir%2Ffield-class.c;h=02a59d94301105f079917f0930f77f036b4a946e;hb=1998d1abe7d22a9109f505526078c1073c2da342;hp=9b19022d12ea60c392b08293bf4e64f6b7ca9657;hpb=11310164b5b0d28837cc67eb8eb945361fa67633;p=babeltrace.git diff --git a/lib/trace-ir/field-class.c b/lib/trace-ir/field-class.c index 9b19022d..02a59d94 100644 --- a/lib/trace-ir/field-class.c +++ b/lib/trace-ir/field-class.c @@ -376,7 +376,7 @@ void bt_field_class_unsigned_enumeration_mapping_ranges_get_range_by_index( } void bt_field_class_signed_enumeration_mapping_ranges_get_range_by_index( - const struct bt_field_class_unsigned_enumeration_mapping_ranges *ranges, + const struct bt_field_class_signed_enumeration_mapping_ranges *ranges, uint64_t index, int64_t *lower, int64_t *upper) { get_enumeration_field_class_mapping_range_at_index( @@ -707,7 +707,7 @@ static void destroy_structure_field_class(struct bt_object *obj) { BT_ASSERT(obj); - BT_LIB_LOGD("Destroying string field class object: %!+F", obj); + BT_LIB_LOGD("Destroying structure field class object: %!+F", obj); finalize_named_field_classes_container((void *) obj); g_free(obj); }