Mercurial > hg > svcore
comparison rdf/PluginRDFDescription.cpp @ 690:1424aa29ae95
Seems to be a bad idea to use plain DEBUG symbol on OS/X (system wants it)
author | Chris Cannam |
---|---|
date | Tue, 14 Jun 2011 15:26:52 +0100 |
parents | 06f13a3b9e9e |
children | f3fd2988fc9b |
comparison
equal
deleted
inserted
replaced
689:573d45e9487b | 690:1424aa29ae95 |
---|---|
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 DEBUG << "ERROR: PluginRDFDescription::indexURL: NOTE: No outputs defined for <" | 308 SVDEBUG << "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 |