diff options
Diffstat (limited to 'src/libs/engine')
-rw-r--r-- | src/libs/engine/NodeFactory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libs/engine/NodeFactory.cpp b/src/libs/engine/NodeFactory.cpp index 06d9ca1f..11324402 100644 --- a/src/libs/engine/NodeFactory.cpp +++ b/src/libs/engine/NodeFactory.cpp @@ -268,9 +268,9 @@ NodeFactory::load_ladspa_plugins() _plugins.insert(make_pair(uri, plugin)); } else { - cerr << "Warning: Duplicate LADSPA plugin " << uri << " found." << endl - << "\tUsing: " << i->second->library_path() << endl - << "\tIgnoring: " << lib_path << endl; + cerr << "Warning: Duplicate LADSPA plugin" << uri + << " - Using " << i->second->library_path() + << " over " << lib_path << endl; } } |