Logging: standardize logging tags
[babeltrace.git] / src / lib / graph / component-class-sink-colander.c
index 0084772ee8efb82a1ef1784081dba5aac7d31d12..c20ff5ec7a6450984b948232493a42320ecbd344 100644 (file)
@@ -20,7 +20,7 @@
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "COLANDER"
+#define BT_LOG_TAG "LIB/COLANDER"
 #include "lib/lib-logging.h"
 
 #include "common/assert.h"
@@ -179,7 +179,7 @@ struct bt_component_class_sink *bt_component_class_sink_colander_get(void)
 
 end:
        bt_object_get_ref(colander_comp_cls);
-       return (void *) colander_comp_cls;
+       return colander_comp_cls;
 }
 
 __attribute__((destructor)) static
This page took 0.022816 seconds and 4 git commands to generate.