Mercurial > hg > svcore
diff plugin/PiperVampPluginFactory.cpp @ 1428:87ae75da6527
Convert some cerrs to SVCERRs. Apart from anything else, this makes MSVC2017 happy
author | Chris Cannam |
---|---|
date | Thu, 01 Mar 2018 14:43:40 +0000 |
parents | b5728e69802b |
children | 91bb68146dfc |
line wrap: on
line diff
--- a/plugin/PiperVampPluginFactory.cpp Mon Dec 11 09:28:40 2017 +0000 +++ b/plugin/PiperVampPluginFactory.cpp Thu Mar 01 14:43:40 2018 +0000 @@ -113,8 +113,7 @@ Profiler profiler("PiperVampPluginFactory::instantiatePlugin"); if (m_origins.find(identifier) == m_origins.end()) { - cerr << "ERROR: No known server for identifier " << identifier << endl; - SVDEBUG << "ERROR: No known server for identifier " << identifier << endl; + SVCERR << "ERROR: No known server for identifier " << identifier << endl; return 0; }