common: move bt_component_class_type_string here, use it more
[babeltrace.git] / src / python-plugin-provider / python-plugin-provider.c
index 78026d6a1fd87e6ddb6883c0ff61fae4eecc964b..e6e31099713393acfb35e864529ad581bd0a7193 100644 (file)
@@ -571,7 +571,7 @@ int bt_plugin_from_python_plugin_info(PyObject *plugin_info,
                                        bt_plugin_get_name(*plugin_out),
                                        comp_class,
                                        bt_component_class_get_name(comp_class),
-                                       bt_component_class_type_string(
+                                       bt_common_component_class_type_string(
                                                bt_component_class_get_type(comp_class)));
                                goto error;
                        }
This page took 0.02274 seconds and 4 git commands to generate.