comparison rdf/PluginRDFDescription.cpp @ 687:06f13a3b9e9e debug-output

Convert many cerrs to DEBUGs
author Chris Cannam
date Mon, 16 May 2011 17:19:09 +0100
parents b4a8d8221eaf
children 1424aa29ae95
comparison
equal deleted inserted replaced
686:b4a8d8221eaf 687:06f13a3b9e9e
303 << query.getErrorString() << endl; 303 << query.getErrorString() << endl;
304 return false; 304 return false;
305 } 305 }
306 306
307 if (results.empty()) { 307 if (results.empty()) {
308 cerr << "ERROR: PluginRDFDescription::indexURL: NOTE: No outputs defined for <" 308 DEBUG << "ERROR: PluginRDFDescription::indexURL: NOTE: No outputs defined for <"
309 << m_pluginUri << ">" << endl; 309 << m_pluginUri << ">" << endl;
310 return false; 310 return false;
311 } 311 }
312 312
313 // Note that an output may appear more than once, if it inherits 313 // Note that an output may appear more than once, if it inherits