From b53aefc16bb45e573e0bfa9a0942e8873bed300a Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 16 Dec 2016 09:04:50 +0100 Subject: [PATCH] Move print level of duplicate component warning to verbose MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- lib/plugin-system/component-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin-system/component-factory.c b/lib/plugin-system/component-factory.c index fbdf0f232..14454f506 100644 --- a/lib/plugin-system/component-factory.c +++ b/lib/plugin-system/component-factory.c @@ -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), -- 2.34.1