From: Mathieu Desnoyers Date: Fri, 16 Dec 2016 08:04:50 +0000 (+0100) Subject: Move print level of duplicate component warning to verbose X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b53aefc16bb45e573e0bfa9a0942e8873bed300a;p=deliverable%2Fbabeltrace.git Move print level of duplicate component warning to verbose Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau --- 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),