X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmain%2Fattribute.c;h=fcdc832973a68f0c6295ef7e2a9eb8f38bdbf0e3;hb=2a2fa4f0852b2a2701733c370059bad8aa000b03;hp=a5046bdf59f264e0f3fa9fb436579d617b909de3;hpb=9c3123113f395e7ea634c522e340604331359e7e;p=lttv.git diff --git a/ltt/branches/poly/lttv/main/attribute.c b/ltt/branches/poly/lttv/main/attribute.c index a5046bdf..fcdc8329 100644 --- a/ltt/branches/poly/lttv/main/attribute.c +++ b/ltt/branches/poly/lttv/main/attribute.c @@ -352,7 +352,7 @@ static void attribute_finalize (LttvAttribute *self) { g_hash_table_destroy(self->names); - g_critical("attribute_finalize()"); + g_log(G_LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "attribute_finalize()"); g_array_free(self->attributes, TRUE); G_OBJECT_CLASS(g_type_class_peek_parent( g_type_class_peek(LTTV_ATTRIBUTE_TYPE)))->finalize(G_OBJECT(self));