From 288f2590a9db08dbce1f3352a76b0f0adb4bdd85 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 May 2008 20:07:04 +0000 Subject: Easier to read conflicing LADSPA plugin error messages. git-svn-id: http://svn.drobilla.net/lad/ingen@1214 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/NodeFactory.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/libs/engine/NodeFactory.cpp') diff --git a/src/libs/engine/NodeFactory.cpp b/src/libs/engine/NodeFactory.cpp index b96ad5ca..e86f9a2d 100644 --- a/src/libs/engine/NodeFactory.cpp +++ b/src/libs/engine/NodeFactory.cpp @@ -278,8 +278,9 @@ NodeFactory::load_ladspa_plugins() _plugins.insert(make_pair(uri, plugin)); } else { - cerr << "Warning: Duplicate LADSPA plugin " << uri << " found." << endl; - cerr << "\tUsing " << i->second->library_path() << " over " << lib_path << endl; + cerr << "Warning: Duplicate LADSPA plugin " << uri << " found." << endl + << "\tUsing: " << i->second->library_path() << endl + << "\tIgnoring: " << lib_path << endl; } } -- cgit v1.2.1