comparison plugin/FeatureExtractionPluginFactory.cpp @ 844:f5cd33909744

Drop toStdString, with debug header we can stream QStrings
author Chris Cannam
date Tue, 26 Nov 2013 13:43:31 +0000
parents e802e550a1f2
children 7aa9088e9bcd
comparison
equal deleted inserted replaced
843:e802e550a1f2 844:f5cd33909744
166 166
167 while ((descriptor = fn(VAMP_API_VERSION, index))) { 167 while ((descriptor = fn(VAMP_API_VERSION, index))) {
168 168
169 if (known.find(descriptor->identifier) != known.end()) { 169 if (known.find(descriptor->identifier) != known.end()) {
170 cerr << "WARNING: FeatureExtractionPluginFactory::getPluginIdentifiers: Plugin library " 170 cerr << "WARNING: FeatureExtractionPluginFactory::getPluginIdentifiers: Plugin library "
171 << soname.toStdString() 171 << soname
172 << " returns the same plugin identifier \"" 172 << " returns the same plugin identifier \""
173 << descriptor->identifier << "\" at indices " 173 << descriptor->identifier << "\" at indices "
174 << known[descriptor->identifier] << " and " 174 << known[descriptor->identifier] << " and "
175 << index << endl; 175 << index << endl;
176 SVDEBUG << "FeatureExtractionPluginFactory::getPluginIdentifiers: Avoiding this library (obsolete API?)" << endl; 176 SVDEBUG << "FeatureExtractionPluginFactory::getPluginIdentifiers: Avoiding this library (obsolete API?)" << endl;