Move print level of duplicate component warning to verbose
[babeltrace.git] / lib / plugin-system / component-factory.c
index fbdf0f2325e9ac3004d684d3f6061f6a8f01950c..14454f506cd1bbd8af4333d1783bcede9c5cbf9d 100644 (file)
@@ -465,7 +465,7 @@ add_component_class(struct bt_component_factory *factory, const char *name,
                struct bt_plugin *plugin = bt_component_class_get_plugin(
                        component_class);
 
-               printf_warning("Duplicate component class registration attempted. Component class %s being registered by plugin %s (path: %s) conflicts with one already registered by plugin %s (path: %s)\n",
+               printf_verbose("Duplicate component class registration attempted. Component class %s being registered by plugin %s (path: %s) conflicts with one already registered by plugin %s (path: %s)\n",
                        name, bt_plugin_get_name(factory->current_plugin),
                        bt_plugin_get_path(factory->current_plugin),
                        bt_plugin_get_name(plugin),
This page took 0.022959 seconds and 4 git commands to generate.