comparison runner/JsonLDFeatureWriter.cpp @ 277:c5fc82b8caab json-ld

Copy-paste fixes
author Chris Cannam
date Thu, 15 Sep 2016 18:53:22 +0100
parents f4315a0ade89
children
comparison
equal deleted inserted replaced
241:ef73773fb7e9 277:c5fc82b8caab
355 << pluginId << "\"" << endl; 355 << pluginId << "\"" << endl;
356 } else { 356 } else {
357 cerr << "NOTE: No RDF description for plugin ID \"" 357 cerr << "NOTE: No RDF description for plugin ID \""
358 << pluginId << "\"" << endl; 358 << pluginId << "\"" << endl;
359 if (!m_network) { 359 if (!m_network) {
360 cerr << " Consider using the --jams-network option to retrieve plugin descriptions" << endl; 360 cerr << " Consider using the --jsld-network option to retrieve plugin descriptions" << endl;
361 cerr << " from the network where possible." << endl; 361 cerr << " from the network where possible." << endl;
362 } 362 }
363 } 363 }
364 } 364 }
365 365
417 << endl; 417 << endl;
418 } 418 }
419 419
420 } else { 420 } else {
421 421
422 cerr << "WARNING: Cannot currently write dense or track-level outputs to JAMS format (only sparse ones). Will proceed using UnknownTask type, but this probably isn't going to work" << endl; 422 cerr << "WARNING: Cannot currently write dense or track-level outputs to JSON-LD format (only sparse ones). Will proceed using UnknownTask type, but this probably isn't going to work" << endl;
423 } 423 }
424 } 424 }
425 425
426 m_tasks[transformId] = task; 426 m_tasks[transformId] = task;
427 } 427 }