Mercurial > hg > svcore
comparison plugin/DSSIPluginFactory.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 |
---|---|
67 if (!ddesc) continue; | 67 if (!ddesc) continue; |
68 | 68 |
69 const LADSPA_Descriptor *descriptor = ddesc->LADSPA_Plugin; | 69 const LADSPA_Descriptor *descriptor = ddesc->LADSPA_Plugin; |
70 if (!descriptor) continue; | 70 if (!descriptor) continue; |
71 | 71 |
72 // std::cerr << "DSSIPluginFactory::enumeratePlugins: Name " << (descriptor->Name ? descriptor->Name : "NONE" ) << std::endl; | 72 // DEBUG << "DSSIPluginFactory::enumeratePlugins: Name " << (descriptor->Name ? descriptor->Name : "NONE" ) << endl; |
73 | 73 |
74 list.push_back(*i); | 74 list.push_back(*i); |
75 list.push_back(descriptor->Name); | 75 list.push_back(descriptor->Name); |
76 list.push_back(QString("%1").arg(descriptor->UniqueID)); | 76 list.push_back(QString("%1").arg(descriptor->UniqueID)); |
77 list.push_back(descriptor->Label); | 77 list.push_back(descriptor->Label); |