Use g_info and g_debug properly.
[lttv.git] / ltt / branches / poly / lttv / main / attribute.c
index a5046bdf59f264e0f3fa9fb436579d617b909de3..fcdc832973a68f0c6295ef7e2a9eb8f38bdbf0e3 100644 (file)
@@ -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));
This page took 0.022711 seconds and 4 git commands to generate.