comparison rdf/RDFFeatureWriter.cpp @ 718:f3fd2988fc9b

Fix incorrect query structure for output type URIs. This led to some output RDF features being written with type URIs intended for different outputs. Also revert some SVDEBUGs to cerrs -- they are intended as user-visible errors or warnings rather than debug
author Chris Cannam
date Mon, 09 Jan 2012 16:28:54 +0000
parents 1424aa29ae95
children 27c861cce97b
comparison
equal deleted inserted replaced
712:7f76499ef4f2 718:f3fd2988fc9b
139 } 139 }
140 140
141 m_rdfDescriptions[pluginId] = PluginRDFDescription(pluginId); 141 m_rdfDescriptions[pluginId] = PluginRDFDescription(pluginId);
142 142
143 if (m_rdfDescriptions[pluginId].haveDescription()) { 143 if (m_rdfDescriptions[pluginId].haveDescription()) {
144 SVDEBUG << "NOTE: Have RDF description for plugin ID \"" 144 cerr << "NOTE: Have RDF description for plugin ID \""
145 << pluginId << "\"" << endl; 145 << pluginId << "\"" << endl;
146 } else { 146 } else {
147 SVDEBUG << "NOTE: No RDF description for plugin ID \"" 147 cerr << "NOTE: No RDF description for plugin ID \""
148 << pluginId << "\"" << endl; 148 << pluginId << "\"" << endl;
149 if (!m_network) { 149 if (!m_network) {
150 cerr << " Consider using the --rdf-network option to retrieve plugin descriptions" << endl; 150 cerr << " Consider using the --rdf-network option to retrieve plugin descriptions" << endl;
151 cerr << " from the network where possible." << endl; 151 cerr << " from the network where possible." << endl;
152 } 152 }