Mercurial > hg > svcore
comparison plugin/FeatureExtractionPluginFactory.cpp @ 262:524bcd89743b sv1-v1.0
* Updated Russian translation from Alexandre Prokoudine
author | Chris Cannam |
---|---|
date | Thu, 10 May 2007 12:48:26 +0000 |
parents | dc46851837d6 |
children | 57d7889f626c |
comparison
equal
deleted
inserted
replaced
261:2fc6f3829f04 | 262:524bcd89743b |
---|---|
220 file = dir.filePath(dir[j]); | 220 file = dir.filePath(dir[j]); |
221 if (QFileInfo(file).baseName() == QFileInfo(soname).baseName()) { | 221 if (QFileInfo(file).baseName() == QFileInfo(soname).baseName()) { |
222 | 222 |
223 #ifdef DEBUG_PLUGIN_SCAN_AND_INSTANTIATE | 223 #ifdef DEBUG_PLUGIN_SCAN_AND_INSTANTIATE |
224 std::cerr << "FeatureExtractionPluginFactory::findPluginFile: " | 224 std::cerr << "FeatureExtractionPluginFactory::findPluginFile: " |
225 << "found at " << file.toStdString() << std::endl; | 225 << "found \"" << soname.toStdString() << "\" at " << file.toStdString() << std::endl; |
226 #endif | 226 #endif |
227 | 227 |
228 return file; | 228 return file; |
229 } | 229 } |
230 } | 230 } |