Mercurial > hg > svcore
diff transform/FeatureExtractionModelTransformer.cpp @ 679:c8badbd4c005
* Introduce ResourceFinder
author | Chris Cannam |
---|---|
date | Wed, 04 May 2011 14:05:08 +0100 |
parents | 948271d124ac |
children | b4a8d8221eaf |
line wrap: on
line diff
--- a/transform/FeatureExtractionModelTransformer.cpp Thu Apr 14 15:20:27 2011 +0100 +++ b/transform/FeatureExtractionModelTransformer.cpp Wed May 04 14:05:08 2011 +0100 @@ -519,7 +519,7 @@ } error = fftModels[ch]->getError(); if (error != "") { - std::cerr << "FeatureExtractionModelTransformer::run: Abandoning, error is " << error << std::endl; + std::cerr << "FeatureExtractionModelTransformer::run: Abandoning, error is " << error.toStdString() << std::endl; m_abandoned = true; m_message = error; }