Move print level of duplicate component warning to verbose
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Dec 2016 08:04:50 +0000 (09:04 +0100)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.025035 seconds and 4 git commands to generate.